Commit Graph

39 Commits

Author SHA1 Message Date
243db94429 Prepare Readme 2022-12-06 22:27:18 +01:00
251ebc529c Fix fn spacing rule, upgrade to the latest PHP-CS-Fixer and add a new rule 2022-12-06 22:21:28 +01:00
2db4af0180 Adjust rules after production projects checks 2022-10-12 21:58:27 +02:00
f2d1b6164e Set correct minimal version of PHP-CS-Fixer 2022-10-06 04:34:17 +02:00
793b156b17 Remove const param from class_attributes_separation rule to allow grouping of consts with the same context 2022-10-05 17:10:11 +02:00
c3a8b869d1 Fix README.md 2022-09-22 18:02:19 +02:00
137a89820c Merge branch 'php-cs-fixer-3' 2022-09-20 02:51:02 +02:00
d4092c6e92 Add composer normalizer 2022-09-20 02:50:21 +02:00
5865b15c88 Introduce Github Actions as a replacement of the Travis CI 2022-09-20 02:50:21 +02:00
18806e41e2 Migrate to PHP-CS-Fixer 3. Upgrade custom rules. Upgrade ruleset. 2022-09-20 02:50:21 +02:00
ad25ce897b Allow PHP 8.0. There is no release since I need to go over the new rules, drop the old PHP versions and reimplement the CI 2021-05-13 16:18:57 +02:00
f327f14347 Bump minimal php-cs-fixer version to 2.15.0. Add additional rules. 2019-10-12 01:17:25 +03:00
bb403214d9 disable self_accessor rule 2019-04-30 17:30:49 +03:00
2140798d0a Update CHANGELOG 0.3.0 2019-02-23 20:29:08 +03:00
d8eafd4505 First set of fixes 2019-02-23 02:26:51 +03:00
714a38d53e Bump minimal php-cs-fixer version to 2.13.0. Add additional rules. 2019-02-23 02:05:20 +03:00
08483a26e2 Update CHANGELOG 0.2.1 2019-02-22 20:50:04 +03:00
3d5d40b2b7 Do not run CI on nightly php release [skip ci] 2019-02-22 20:46:40 +03:00
e617efc11c More accurate dependencies update 2019-02-22 20:43:39 +03:00
a6d1aa7265 Upgrade php-cs-fixer 2019-02-22 20:20:30 +03:00
3ab60f5bd5 Fix compatibility with the PHP-CS-Fixer 2.13.3 and above 2019-02-18 15:52:12 +03:00
06a37576ee Merge pull request #7 from cotsog/patch-1
Move test stage at the root
2018-08-15 17:24:30 +03:00
95e0f0f702 Move test stage at the root 2018-08-13 13:22:00 -04:00
0d20175b0a Add some cool shields 😙 0.2.0 2018-08-08 10:41:10 +03:00
4b480df97d Changelog.md added 2018-08-08 10:18:24 +03:00
50c7deed65 Downgrade test case 2018-08-07 12:25:47 +03:00
31661cd142 Pin dependencies to PHP 7.0 2018-08-07 12:12:55 +03:00
8ee5979288 Added array_syntax fixer 2018-08-07 12:07:27 +03:00
2480f7ba46 Adjust priority for LineBreakAfterStatementsFixer 2018-08-07 11:40:48 +03:00
824cf6c1f1 Fix LineBreakAfterStatementsFixer. Resolves #5. 2018-08-07 11:17:18 +03:00
fa40a02dfd Downgrade PHPUnit to 6.5 to pass testing on PHP 7.0 2018-08-06 12:45:25 +03:00
a7bef227df Add travis ci 2018-08-06 12:27:18 +03:00
59e9994662 Resolves #4. Add fixer to replace ::className() method usages with ::class keyword. 2018-08-06 11:59:44 +03:00
76bd14c167 Update dependencies 2018-08-06 10:07:29 +03:00
076c2f1c6c Fix readme 2018-04-18 15:43:54 +03:00
04e3690d06 Fix default value docs 2018-04-17 21:37:44 +03:00
0bb3e80827 First implementation 0.1.0 2018-04-17 21:28:51 +03:00
c601056af1 Fix license 2018-04-10 00:58:07 +03:00
fade408891 Initial commit 2018-04-10 00:49:32 +03:00