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 f2064c7 commit cabb067Copy full SHA for cabb067
README.md
@@ -11,11 +11,11 @@ A command-line for the [PHP-Prefixer](https://php-prefixer.com) service. The com
11
Given this sample class declaration:
12
13
```php
14
-namespace ACME\Carbon;
+namespace Carbon;
15
16
-use ACME\Carbon\Exceptions\InvalidDateException;
+use Carbon\Exceptions\InvalidDateException;
17
use DateInterval;
18
-use ACME\Symfony\Component\Translation;
+use Symfony\Component\Translation;
19
20
class Carbon extends DateTime
21
{
0 commit comments