mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 22:16:34 +02:00
* fixed a typo
This commit is contained in:
@@ -53,7 +53,7 @@ if ($str !== false) {
|
||||
|
||||
No type casting will occur, and that's why your logic is fine.
|
||||
|
||||
### Unneded if/else and ternary
|
||||
### Unnecessary if/else and ternary
|
||||
|
||||
Beginners very often tend to write following code:
|
||||
|
||||
|
Reference in New Issue
Block a user