grav/system
Sébastien Vanvelthem ecd39421d6 Some phpstan issues (#2393)
* Fix bug, method init must be protected
* Added phpstan level 0
* Added exclusions
* Fix: incorrect case in Twig_SimpleFunction
* Fix, no abstract properties, if properties used in methods let's set them
* Fixed Psr\SimpleCache\InvalidArgumentException referenced with incorrect case
* added exclusions
* Fixed: Access to an undefined property Grav\Framework\Form\FormFlash::$uploadObjects.
* Fixed: does not call parent constructor from Grav\Common\Iterator.
* Fixed: does not call parent constructor from Grav\Common\Iterator.
* Fixed: does not call parent constructor
* Fixed: does not call parent constructor
* Minor: correct type for inflector
* Moved phpstan.neon out of public directory
* Added exclusion
* set GRAV_USER_INSTANCE to prevent LogiException in User
* Exlude Stream:create
* Minor: Missing storage property
* Minor: Fixed missing properties (phpstan level 1)
* Added type for $data
* Minor: Ensure $langs is initialized
* Fix possible bug in $http_response_header status code retrieval (PHP 7.1 only)
* Added exclusion for $http_response_header (isset is actually not required)
* Strict null check
2019-03-13 08:15:22 +02:00
..
assets Updated icon in debugger 2018-10-29 15:27:31 -06:00
blueprints Lang updates 2019-03-01 14:32:59 -07:00
config Changelog update, minor cleanup 2019-02-25 11:47:24 +02:00
images/media Missing thumbnail throwing error when adding .json file via media 2017-09-25 13:21:15 -06:00
languages updated languages 2019-02-18 14:43:06 -07:00
pages Refactored onPageNotFound event to fire after onPageInitialized 2016-09-08 12:30:34 -06:00
src/Grav Some phpstan issues (#2393) 2019-03-13 08:15:22 +02:00
templates/partials cleanup 2017-12-01 00:01:23 -07:00
defines.php Updated version to rc.3 2019-02-14 11:44:32 +02:00
install.php Improved Grav Core installer 2019-02-04 22:34:46 +02:00
router.php Improved Grav Core installer 2019-02-04 22:34:46 +02:00