Skip to content
Mark Sch edited this page May 15, 2020 · 2 revisions

Version Map

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

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.

TODOs

  • FQCN: use \Traversable; to use Traversable; etc
  • Whitespace: foreach ( $foo as $bar ) to foreach ($foo as $bar)
Clone this wiki locally