Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Improve phpdoc and fix broken controller initialization logic #19

Merged
merged 4 commits into from Feb 26, 2017
Merged

Commits on Feb 24, 2017

  1. fix typo

    fix phpdoc for return values in Helpers
    Yurii Vvedenskyi committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    86b6f45 View commit details
    Browse the repository at this point in the history
  2. fix double ->initialize() calling on Controller initialization when w…

    …orking with middlewares
    Yurii Vvedenskyi committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    e171822 View commit details
    Browse the repository at this point in the history
  3. remove return type void (support added only in php 7.1)

    Yurii Vvedenskyi committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    6f6cc6f View commit details
    Browse the repository at this point in the history
  4. add phpdoc for highlighting WithMagicMethodTrait methods: withError, …

    …withSuccess
    Yurii Vvedenskyi committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    bec3038 View commit details
    Browse the repository at this point in the history