We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dedb57 commit 128840dCopy full SHA for 128840d
.travis.yml
@@ -11,3 +11,6 @@ before_script:
11
- if [ "$dependencies" = "highest" ]; then composer update --no-interaction; fi;
12
script:
13
- vendor/bin/phing
14
+ - >
15
+ wget https://github.com/maglnet/ComposerRequireChecker/releases/download/0.2.1/composer-require-checker.phar
16
+ && php composer-require-checker.phar check composer.json
src/Type/WebMozartAssert/AssertTypeSpecifyingExtension.php
@@ -35,7 +35,7 @@ public function setTypeSpecifier(TypeSpecifier $typeSpecifier): void
35
36
public function getClass(): string
37
{
38
- return \Webmozart\Assert\Assert::class;
+ return 'Webmozart\Assert\Assert';
39
}
40
41
public function isStaticMethodSupported(
0 commit comments