Revert "* fixed a typo"

This reverts commit f8fc0e147d.
This commit is contained in:
Marcin Wawrzyniak
2012-08-09 22:22:01 +02:00
parent 78be54a75a
commit 6824c3ce34

View File

@@ -53,7 +53,7 @@ if ($str !== false) {
No type casting will occur, and that's why your logic is fine.
### Unnecessary if/else and ternary
### Unneded if/else and ternary
Beginners very often tend to write following code: