Skip to content

Scalar Type Hints

Pre-release
Pre-release
Compare
Choose a tag to compare
@gnugat gnugat released this 01 Oct 18:11
· 34 commits to main since this release

Upgraded Memio to v2.0@alpha, meaning:

  • PHP 5 support was dropped
  • scalar arguments now get type hinted
  • maximum method argument line length changed from 120 to 80
  • opening curly brace changed to be on the same line as the method
    closing parenthesis, when arguments are on many lines
  • properties changed to not have empty lines between them,
    except if they have PHPdoc