mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
![]() Nesting ternary operators without explicit parentheses is deprecated: // Code like $a ? $b : $c ? $d : $e // should be replaced by (current interpretation) ($a ? $b : $c) ? $d : $e // or (likely intended interpretation) $a ? $b : ($c ? $d : $e) |
||
---|---|---|
.. | ||
external | ||
output | ||
privacy | ||
tests | ||
area.php | ||
areas_table.php | ||
collection.php | ||
collections_table.php | ||
external.php | ||
index_builder.php | ||
manage_table.php | ||
renderer.php | ||
tag.php |