diff --git a/guide/english/php/if-else-statement/index.md b/guide/english/php/if-else-statement/index.md index 4d679a1232e..d602a255df6 100644 --- a/guide/english/php/if-else-statement/index.md +++ b/guide/english/php/if-else-statement/index.md @@ -90,9 +90,19 @@ For instance: ## Ternary Operators -Another important option to consider when using short If/Else statements is the ternary operator. +Another option to consider when using short If/Else statements is the ternary operator. -Also there is an alternative syntax for control structures +For instance: + +``` +