Skip to content

Commit ab26e21

Browse files
committed
minor details
1 parent 391b31c commit ab26e21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Resources/doc/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ See https://www.php.net/manual/en/language.oop5.final.php
105105
...
106106
}
107107
108-
.. versionadded:: 1.60.0
108+
.. versionadded:: 1.61
109109

110-
``generate_final_classes`` was introduced in MakerBundle v1.60
110+
``generate_final_classes`` was introduced in MakerBundle 1.61
111111

112112

113113
generate_final_entities
@@ -125,14 +125,14 @@ See https://www.php.net/manual/en/language.oop5.final.php
125125
.. code-block:: php
126126
127127
#[ORM\Entity(repositoryClass: TaskRepository::class)]
128-
class Task extends AbstractEntity
128+
final class Task extends AbstractEntity
129129
{
130130
...
131131
}
132132
133-
.. versionadded:: 1.60.0
133+
.. versionadded:: 1.61
134134

135-
``generate_final_entities`` was introduced in MakerBundle v1.60
135+
``generate_final_entities`` was introduced in MakerBundle 1.61.
136136

137137
Creating your Own Makers
138138
------------------------

0 commit comments

Comments
 (0)