Skip to content

Commit 4ae9acf

Browse files
fbuchlakondrejmirtes
authored andcommitted
fix: use correct FCQN
1 parent 2c05860 commit 4ae9acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
## Description
1111

12-
The main scope of this extension is to help phpstan to detect the type of object after the `Webmozart\Assert` validation.
12+
The main scope of this extension is to help phpstan to detect the type of object after the `Webmozart\Assert\Assert` validation.
1313

1414
```php
1515
<?php declare(strict_types = 1);
1616

17-
use Webmozart\Assert;
17+
use Webmozart\Assert\Assert;
1818

1919
function demo(?int $a) {
2020
// ...

0 commit comments

Comments
 (0)