Issues
- 0
Dependency Dashboard
#99 opened by renovate - 1
`Assert::isInstanceOf*()` does not work with generics
#183 opened by axlon - 5
Toot action doesn't seem to work anymore
#180 opened by herndlm - 5
Validating nested arrays ends in mixed
#117 opened by alexander-schranz - 3
Support the new methods in 1.4
#6 opened by Nyholm - 3
allIsInstanceOf / allNotNull does not tell phpstan that its evaluated as expected
#171 opened by bytes-commerce - 3
- 9
Issue with `implementsInterface`
#150 opened by VincentLanglet - 2
Add FQCN support in Assert::implementsInterface
#17 opened by karser - 5
`Assert::implementsInterface($foo, <Type>)` is incorrectly being translated to `assert($foo instanceof <Type>)`
#18 opened by Ocramius - 2
Support for assertions resulting in non-empty string
#129 opened by villfa - 13
False positive: Call to inArray() with different object instances will always evaluate to true
#142 opened by simPod - 6
Call to static method Webmozart\Assert\Assert::allCount() with array and 2 will always evaluate to true.
#130 opened by VincentLanglet - 1
Assert::greaterThan(), Assert::lessThan() with arguments float and 0 will always evaluate to true
#119 opened by dragosprotung - 1
Assert::range() with arguments float, 0 and 1 will always evaluate to true
#118 opened by dragosprotung - 4
- 1
- 4
- 6
False positive: Call to static method Webmozart\Assert\Assert::count() with arguments non-empty-array<int, string>, 2 and 'error' will always evaluate to true
#68 opened by ruudk - 4
- 10
Assert::keyExists() should be supported
#39 opened by clxmstaab - 8
- 2
- 3
- 4
False positive: inArray with string and array('value1', 'value2') will always evaluate to true.
#57 opened by ruudk - 2
- 2
Add support for Assert::methodExists
#30 opened by alexander-schranz - 1
- 4
After upgrading PHPStan from `0.12.82` to `0.12.83`: `Assert::notNull($object->getEvent())` no longer removes nullability
#44 opened by ruudk - 4
- 2
- 3
Assert::all* not handle
#10 opened by soullivaneuh - 6
Describe use-case in Readme
#12 opened by staabm - 4
- 6
Add support for Assert::oneOf()
#24 opened by greg0ire - 1
Add support for keyExists
#25 opened by greg0ire - 3
- 4
- 2