Skip to content

Commit 4b174c4

Browse files
committed
Typo
1 parent f06d0ca commit 4b174c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Variables assigned in `while` loop condition and `for` loop initial assignment cannot be used after the loop.
1616
* Types in `switch` condition and `case` value must match. PHP compares them loosely by default and that can lead to unexpected results.
1717
* Statically declared methods are called statically.
18-
* Disallow `empty()` - it's a very loose comparison (see [manual)(https://secure.php.net/manual/en/function.empty.php)), it's recommended to use more strict one.
18+
* Disallow `empty()` - it's a very loose comparison (see [manual](https://secure.php.net/manual/en/function.empty.php)), it's recommended to use more strict one.
1919

2020
Additional rules are coming in subsequent releases!
2121

0 commit comments

Comments
 (0)