Skip to content

Commit adf4cf1

Browse files
committed
Updated README
1 parent 2783517 commit adf4cf1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* Statically declared methods are called statically.
1818
* 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
* Always true `instanceof`, type-checking `is_*` functions and strict comparisons `===`/`!==`. These checks can be turned off by setting `checkAlwaysTrueInstanceof`/`checkAlwaysTrueCheckTypeFunctionCall`/`checkAlwaysTrueStrictComparison` to false.
20+
* Correct case for referenced and called function names.
2021

2122
Additional rules are coming in subsequent releases!
2223

0 commit comments

Comments
 (0)