28 Commits

Author SHA1 Message Date
c82da8dc82 Add visibility for all class elements (#20557) 2025-10-02 01:27:23 +03:00
53bdfc3b2c Fix PHPStan errors (#20523) 2025-09-15 23:38:06 +03:00
61f1bd7af9 Fix @var annotations (#20517) 2025-09-08 13:07:30 +03:00
53256fdd24 Fix #20513: Fix code examples in PHPDoc 2025-09-06 00:22:56 +03:00
3ac659dce4 Fix #20489: Replace deprecated strftime with date in YiiRequirementChecker 2025-08-26 22:03:23 +03:00
7c07885375 Feature/dependency fixes for PHP 8.2 (#19746) 2023-01-24 00:01:18 +03:00
161526cd41 HTTPS everywhere (#19503) 2022-08-03 12:32:18 +03:00
4628b91e73 Fix types (#19332)
* Migration::upsert() returns void

* Unneeded `@property` tags

* Add missing `null` param/return types

* Null types for db\Query + db\ActiveQuery

* Fixed testSelect
2022-03-30 18:40:10 +02:00
185209957e Fixes #15270: Resolved potential race conditions when writing generated php-files 2017-12-02 18:24:56 +03:00
a50d9d8e3e Enable include rule in php-cs-fixer (#14418) 2017-07-10 13:19:57 +03:00
9fa66b23a5 Remove an empty expression (#13731) 2017-03-09 02:52:36 +03:00
3cf55b8f03 Remove redundant semicolon (#13045)
merci
2016-11-18 17:04:00 +01:00
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
eb02b362be Revert "Replaced extract() function usages with custom polyfill in order to fix HHVM compatibility"
This reverts commit f7bd7c2b6b1b9941e3c50d99e4f07ff17d513cca.
2016-09-07 11:33:57 +03:00
f7bd7c2b6b Replaced extract() function usages with custom polyfill in order to fix HHVM compatibility 2016-09-06 22:50:00 +03:00
c7d5e69cda Eliminated unused variables 2016-07-29 23:06:38 +03:00
cd87d67f34 Global DOCS update: ~~~ replaced with ``` 2015-12-02 23:15:28 +02:00
1b3770fd21 Use === instead of == where possible 2015-10-10 01:04:35 +03:00
0407407b76 fix coding style to follow PSR-2 2015-10-05 13:58:47 +06:00
67658cf57d Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 2015-05-31 13:39:30 +03:00
bb8550886e PHP type casting 2014-10-25 15:30:03 +03:00
55b8a749ae Tests excess dump removed 2014-05-17 01:56:33 +03:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
64997fd5e3 fixed requirements checker once again... 2014-03-16 20:40:54 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
c7e8d8b900 @param, @var, @property and @return must declare types as boolean, integer, string, array or null 2014-03-03 20:50:44 +03:00
370b05648a doc fix. 2014-01-24 10:26:05 -05:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00