Skip to content

Commit

Permalink
ignore path
Browse files Browse the repository at this point in the history
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
  • Loading branch information
SwikritiT committed Aug 18, 2023
1 parent 8da7557 commit a9ac2d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ parameters:
reportUnmatchedIgnoredErrors: false
excludePaths:
- './lib/Reference/WorkPackageReferenceProvider.php'
- './tests/lib/Reference/WorkPackageReferenceProviderTest.php'
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ protected function setUp(): void {
}
}

/**
* @return array<mixed>
*/
public function getWorkPackageIdFromUrlDataProvider() {
return[
['https://openproject.org/projects/123/work_packages/1111'],
Expand Down

0 comments on commit a9ac2d9

Please sign in to comment.