Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
odan committed Aug 24, 2019
1 parent 44b573f commit 5329060
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
parameters:
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- '/Cannot access offset 0 on callable/'
- '/Cannot access offset 1 on callable/'
- '#PHPDoc tag @throws with type Interop\\Container\\Exception\\ContainerException is not subtype of Throwable#'
- '#PHPDoc tag @throws with type Psr\Container\ContainerExceptionInterface|ReflectionException is not subtype of Throwable#'
- '#PHPDoc tag @throws with type Psr\Container\ContainerExceptionInterface|ReflectionException is not subtype of Throwable#'

0 comments on commit 5329060

Please sign in to comment.