We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea604e commit 2d0db23Copy full SHA for 2d0db23
README.md
@@ -20,11 +20,11 @@ Usage example below:
20
```php
21
<?php
22
23
-namespace Klimick\Decode\Test\Static;
+namespace Fp\Decode\Test\Static;
24
25
-use Klimick\PsalmTest\PsalmTest;
26
-use Klimick\PsalmTest\StaticTestCase;
27
-use Klimick\PsalmTest\StaticType\StaticTypes as t;
+use Fp\PsalmToolkit\StaticTest\PsalmTest;
+use Fp\PsalmToolkit\StaticTest\StaticTestCase;
+use Fp\PsalmToolkit\StaticType\StaticTypes as t;
28
29
final class ExampleTest extends PsalmTest
30
{
0 commit comments