Skip to content

Commit 844cdf5

Browse files
committed
ICM: Readme fixes.
1 parent 83342af commit 844cdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class Foo extends Command
151151
You'll get fatal error, the "traits conflict", because both of these traits are overriding `initialize` method:
152152
>If two traits insert a method with the same name, a fatal error is produced, if the conflict is not explicitly resolved.
153153

154-
But don't worry, solution is very simple. Just override `initialize` method by yourself, and initialize traits in required order:
154+
But don't worry, solution is very simple. Override `initialize` method by yourself, and initialize traits in required order:
155155
```php
156156
class Foo extends Command
157157
{

0 commit comments

Comments
 (0)