Skip to content

Releases: sidz/phpstan-cakephp2

0.1.5

01 May 14:47
2d96028
Compare
Choose a tag to compare

What's Changed

  • Rename Utility.stub to ClassRegistry.stub by @sidz in #7
  • Add basics.php stub by @sidz in #8

Full Changelog: 0.1.4...0.1.5

0.1.4

29 Apr 18:38
58bf6ae
Compare
Choose a tag to compare

What's Changed

  • Add Model.stub and define what find('count') returns by @sidz in #6

Full Changelog: 0.1.3...0.1.4

0.1.3

29 Jan 21:16
fa4edd9
Compare
Choose a tag to compare

What's Changed

  • Teach to see a difference between Component and Model especially when bo… by @sidz in #2
  • Add Router.stub and allow to accept string as $url argument by @sidz in #5

Full Changelog: 0.1.2...0.1.3

0.1.2

29 Jan 20:12
2fe3af0
Compare
Choose a tag to compare

What's Changed

  • Fix error occurred when not a string is passed into ClassRegistry::init method by @sidz in #4

Full Changelog: 0.1.1...0.1.2

0.1.1

29 Jan 14:58
467dd97
Compare
Choose a tag to compare

What's Changed

  • Return Model if variable is passed into ClassRegistry::init method by @sidz in #3

Full Changelog: 0.1.0...0.1.1

0.1.0

28 Jan 20:24
bd6b9ca
Compare
Choose a tag to compare

What's Changed

  • Fix ClassRegistryInit doesn't work with ClassConstFetch AST by @sidz in #1

New Contributors

  • @sidz made their first contribution in #1

Full Changelog: https://github.com/sidz/phpstan-cakephp2/commits/0.1.0