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

Code cleanup #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Code cleanup #179

wants to merge 1 commit into from

Conversation

euantorano
Copy link
Member

I noticed a few small code cleanliness issues whilst reviewing code. This PR is a work in progress to clean some of these up. The steps are:

  • Ensure presenters call parent::__construct().
  • Use the PHP 5.5 ::class prefix rather than hard coded strings. This makes working with IDEs and refactoring easier as you can jump straight to classes from Service Providers and elsewhere.

There are probably other issues I'll notice and fix over time.

Signed-off-by: Euan Torano euantorano@gmail.com

Makes refactoring slightly easier. Also calling parent constructor on presenters.

Signed-off-by: Euan Torano <euantorano@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant