Skip to content

Commit 12f64eb

Browse files
committed
ICL: Readme fixes.
1 parent 7dbf1ec commit 12f64eb

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
@@ -443,7 +443,7 @@ class Foo extends Command
443443
You'll get fatal error, the "traits conflict", because both of these traits are overriding `initialize` method:
444444
>If two traits insert a method with the same name, a fatal error is produced, if the conflict is not explicitly resolved.
445445
446-
But don't worry, solution is very simple. Just override `initialize` method by yourself, and initialize traits in required order:
446+
But don't worry, solution is very simple. Override `initialize` method by yourself, and initialize traits in required order:
447447
```php
448448
class Foo extends Command
449449
{

0 commit comments

Comments
 (0)