Skip to content

Commit

Permalink
Fix typo in new without parentheses description (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorejb authored Nov 21, 2024
1 parent a59b76a commit 9731a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases/8.4/languages/en.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'pdo_driver_specific_parsers_title' => 'PDO Driver specific SQL parsers',
'pdo_driver_specific_parsers_description' => 'New subclasses <code>Pdo\Dblib</code>, <code>Pdo\Firebird</code>, <code>Pdo\MySql</code>, <code>Pdo\Odbc</code>, and <code>Pdo\Sqlite</code> of <code>PDO</code> are available.',
'new_without_parentheses_title' => '<code>new MyClass()->method()</code> without parentheses',
'new_without_parentheses_description' => 'Properties and methods of a newly instantiated object can now be accessed without wrapping the <code>new</code> expression in parenthesis.',
'new_without_parentheses_description' => 'Properties and methods of a newly instantiated object can now be accessed without wrapping the <code>new</code> expression in parentheses.',

'new_classes_title' => 'New Classes, Interfaces, and Functions',
'new_lazy_objects' => 'New <a href="/manual/en/language.oop5.lazy-objects.php">Lazy Objects</a>.',
Expand Down

0 comments on commit 9731a07

Please sign in to comment.