Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the documentation. #50

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 30, 2019

  1. Fixed the documentation.

    This is needed in preparation for the PhpStorm stub (php-ds/ext-ds#128).
    hopeseekr committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    a7a4770 View commit details
    Browse the repository at this point in the history
  2. Made the interfaces conform to PHP standards.

    1. "All methods and properties of classes and interfaces must specify their
       visibility: public, protected or private.", from the PSR-12 draft.
    2. It is required by convention for inclusion as a PhpStorm stub
       (see php-ds/ext-ds#128).
    hopeseekr committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    d05e099 View commit details
    Browse the repository at this point in the history