Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 85
Marc Würth edited this page Sep 16, 2024
·
3 revisions
| Sniffer version | CakePHP min | PHP min |
|---|---|---|
| 1.x | 2.x | PHP 5.4 |
| 2.x | 3.x | PHP 5.5 |
| 3.x | 3.x | PHP 5.6 |
| 4.x | 4.x | PHP 7.2 |
| 5.x | 5.x | PHP 8.1 |
Often you can use higher versions of the sniffer even if you are not yet at the recommended CakePHP minimum version. Especially if you already use a high enough PHP version.
- FQCN:
use \Traversable;touse Traversable;etc Whitespace: foreach ( $foo as $bar )toforeach ($foo as $bar)