Skip to content
This repository has been archived by the owner on May 5, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 1.13 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.13 KB

php-integrator/atom-annotations

Legacy

This is a legacy version that required PHP >= 7.1. Since 3.6, its functionality is included in the base package and installing it separately is no longer necessary.

About

Screenshot

This package provides annotations for your PHP source code using PHP Integrator.

Note that the php-integrator-base package is required and needs to be set up correctly for this package to function correctly.

What is included?

  • Annotations for class methods that are implementing a method from an interface.
  • Annotations for class methods and properties that are overriding base class or trait members.
  • Tooltips on mouse over that clarify why the annotations are cluttering your gutter with additional icons.
  • Annotations for overrides and implementations can be clicked to navigate to respectively the method being overridden or implemented.

GPLv3 Logo