Bug fixed in the Ternary Operators (#27984)
The initial syntax was wrong. See the changelog.
This commit is contained in:
committed by
Randell Dawson
parent
f9e2fdb55f
commit
e545aceab8
@ -103,9 +103,9 @@ There is also an alternative syntax for control structures
|
||||
```php
|
||||
if (condition1):
|
||||
statement1;
|
||||
endif;
|
||||
else
|
||||
else:
|
||||
statement5;
|
||||
endif;
|
||||
```
|
||||
|
||||
For more information check out the following link:
|
||||
|
Reference in New Issue
Block a user