mirror of
https://github.com/igorsimdyanov/php8.git
synced 2025-07-29 12:52:43 +00:00
Merge pull request #128 from igorsimdyanov/fix_traits_code
Глава 32: исправление отступов
This commit is contained in:
@ -6,10 +6,10 @@ class Page
|
||||
{
|
||||
use Theme, Tag
|
||||
{
|
||||
Tag::tags insteadof Theme;
|
||||
Theme::themes insteadof Tag;
|
||||
Theme::tags as private themeTags;
|
||||
Tag::themes as private tagThemes;
|
||||
Tag::tags insteadof Theme;
|
||||
Theme::themes insteadof Tag;
|
||||
Theme::tags as private themeTags;
|
||||
Tag::themes as private tagThemes;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user