Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 73bdbd3

Browse files
authored
Merge pull request #791 from symfony-cmf/remove-php-5.3-note
this note was only relevant for php 5.3
2 parents f72cad3 + 8c60a48 commit 73bdbd3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tutorial/getting-started.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,6 @@ to reduce code duplication::
148148
}
149149
}
150150

151-
.. note::
152-
153-
Traits are only available as of PHP 5.4. If you are running a lesser
154-
version of PHP you may copy the above code into each class to have the
155-
same effect. You may not, however, ``extend`` one class from the other, as
156-
this will cause unintended behavior in the admin integration later on.
157-
158151
The ``Page`` class is therefore nice and simple::
159152

160153
// src/AppBundle/Document/Page.php

0 commit comments

Comments
 (0)