19 Commits (01ff1f65936f005fa43de22d36284d538941b071)

Author SHA1 Message Date
Robert Korulczyk a50d9d8e3e Enable `include` rule in php-cs-fixer (#14418) 7 years ago
Nikolay Oleynikov 9fa66b23a5 Remove an empty expression (#13731) 8 years ago
MaximAL 3cf55b8f03 Remove redundant semicolon (#13045) 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
SilverFire - Dmitry Naumenko eb02b362be Revert "Replaced `extract()` function usages with custom polyfill in order to fix HHVM compatibility" 8 years ago
SilverFire - Dmitry Naumenko f7bd7c2b6b Replaced `extract()` function usages with custom polyfill in order to fix HHVM compatibility 8 years ago
Alexander Makarov c7d5e69cda Eliminated unused variables 8 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Alexander Makarov 1b3770fd21 Use === instead of == where possible 9 years ago
jeicd 0407407b76 fix coding style to follow PSR-2 9 years ago
Alexander Makarov 67658cf57d Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
Alexander Mohorev bb8550886e PHP type casting 10 years ago
LAV45 55b8a749ae Tests excess dump removed 11 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
Carsten Brandt 64997fd5e3 fixed requirements checker once again... 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Alexander Mohorev c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 11 years ago
Qiang Xue 370b05648a doc fix. 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Carsten Brandt fbfa18e628 fixed requirement checker for intl PECL 11 years ago
Alexander Makarov 28aa451557 Reverted 5.4 enhancements on requirements checked to be able to run it on lower PHP versions 11 years ago
Alexander Makarov 1f6a823073 Short array syntax 11 years ago
Alexander Makarov 6488fe47ec Better phpdoc for chained method calls 11 years ago
Qiang Xue f72105166c reorganized the main repo to satisfy PSR-0. 12 years ago
Paul Klimov da3977964b Check for console mode at "YiiRequirementChecker" has been simplified. 12 years ago
Ilko 254937b069 Fix YiiRequirementChecker.php typo 12 years ago
Paul Klimov ff386fc462 "YiiRequirementChecker" fixed to determine console mode more precisely. 12 years ago
Paul Klimov 004d0b044a "YiiRequirementChecker" definition has been reverted to match PHP 4.3 12 years ago
Carsten Brandt 6a1b226cdb code style and UI improvements to requirements checker 12 years ago
Qiang Xue e951939372 code style fix of YiiRequirementChecker.php 12 years ago
Klimov Paul ecd47caa5b "requirements.php" has been added to "bootstrap" application. 12 years ago
Klimov Paul ae302037de Doc comments and error messages for "YiiRequirementChecker" have been adjusted. 12 years ago
Klimov Paul 43a04d237a Doc comments for "YiiRequirementChecker" have been updated. 12 years ago
Klimov Paul 653b4d1f33 PHP version fallback for "YiiRequirementChecker" has been added. 12 years ago
Klimov Paul e068229401 "YiiRequirementChecker::check()" has been updated allowing to accept filename for the requirements. 12 years ago
Klimov Paul 9a461edd07 Check helper methods have been added to "YiiRequirementChecker". 12 years ago
Klimov Paul fa724fc0cf Web view for "YiiRequirementChecker" has been created. 12 years ago
Klimov Paul 2bdb5f803a "YiiRequirementChecker::render()" has been implemented, console view has been created. 12 years ago
Klimov Paul f82a01e4dd "YiiRequirementChecker::check()" has been updated to be able to collect different requirements set in the chained call. 12 years ago
Klimov Paul 00d04a1c30 Method "YiiRequirementChecker::check()" has been refactored to be used in method chain. 12 years ago
Klimov Paul 07fabfd6fc Method "YiiRequirementChecker::check()" has been implemented. 12 years ago
Klimov Paul 3374c78233 "YiiRequirementChecker" has been created as blank. 12 years ago