File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 88
99before_script :
1010 - phpenv rehash
11- - composer install --dev
11+ - composer install
1212
1313script :
1414 - find ./src/ -name "*.php" -exec php -l {} \;
15- - php scripts/ phpcs CodeSniffer.php CodeSniffer --standard=PSR2 --report=full src
15+ - vendor/bin/ phpcs --standard=PSR2 --report=full src
1616 - vendor/bin/phpunit --configuration phpunit.xml --coverage-text
17-
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class Doviz
5555 /**
5656 * @param \Doctrine\Common\Cache\CacheProvider $cacheDriver
5757 */
58- function __construct ($ cacheDriver = null )
58+ public function __construct ($ cacheDriver = null )
5959 {
6060 if (!is_null ($ cacheDriver ) && class_exists ('\Doctrine\Common\Cache\CacheProvider ' )) {
6161 if ($ cacheDriver instanceof \Doctrine \Common \Cache \CacheProvider) {
You can’t perform that action at this time.
0 commit comments