damien-carcel / khatovar-web

Repository for the web site of the french association “La compagnie franche du Khatovar”

Home Page:www.compagniefranchedukhatovar.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add PHP 7.x type hinting everywhere

damien-carcel opened this issue · comments

Don't forget to add declare(strict_types=1); already done in #91.
Use private instead of protected everywhere possible.
Check all type hint (arguments and returns).