You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Property Promotion is now available for <code>final</code></li>
431
444
<li>Attributes are now available for constants</li>
432
-
<li>Attribute <code>#[\Override]</code> now works on properties</li>
433
-
<li>Attribute <code>#[\Deprecated]</code> available for traits</li>
445
+
<li>Attribute <a href="/manual/<?=$documentation?>/class.override.php"><code>#[\Override]</code></a> now works on properties</li>
446
+
<li>Attribute <a href="/manual/<?=$documentation?>/class.deprecated.php"><code>#[\Deprecated]</code></a> available for traits</li>
434
447
<li>Asymmetric Visibility for Static Properties</li>
435
448
<li>New <code>#[\DelayedTargetValidation]</code> attribute is available</li>
436
-
<li>New <code>get_error_handler()</code>, <code>get_exception_handler()</code> functions, and <code>Closure::getCurrent</code> method are available.</li>
449
+
<li>New <a href="/manual/<?=$documentation?>/function.get-error-handler.php"><code>get_error_handler()</code></a>, <a href="/manual/<?=$documentation?>/function.get-exception-handler.php"><code>get_exception_handler()</code></a> functions are available.</li>
450
+
<li>New <code>Closure::getCurrent</code> method is available.</li>
437
451
<li>New <code>Dom\Element::getElementsByClassName()</code> and <code>Dom\Element::insertAdjacentHTML()</code> methods are available.</li>
438
452
<li>New <code>enchant_dict_remove_from_session()</code> and <code>enchant_dict_remove()</code> functions are available.</li>
439
453
<li>New <code>grapheme_levenshtein()</code> function is available.</li>
0 commit comments