Commit Graph

44 Commits

Author SHA1 Message Date
ErickSkrauch
6e9d815a1f
Fixes #9. Add space before next meaningful line of code and skip comments 2023-03-22 20:41:04 +01:00
ErickSkrauch
22dcb418fb
Update CHANGELOG 2023-03-22 20:39:19 +01:00
ErickSkrauch
2d215dc761
Fixes #10. Don't count string interpolation as a scope beginning 2023-03-22 18:42:39 +01:00
ErickSkrauch
6f14beec28
Fix PHPUnit configuration 2023-03-22 14:03:19 +01:00
ErickSkrauch
de3a1f841c
Fix GitHub Actions deprecation 2022-12-06 22:31:30 +01:00
ErickSkrauch
243db94429
Prepare Readme 2022-12-06 22:27:18 +01:00
ErickSkrauch
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
ErickSkrauch
2db4af0180
Adjust rules after production projects checks 2022-10-12 21:58:27 +02:00
ErickSkrauch
f2d1b6164e
Set correct minimal version of PHP-CS-Fixer 2022-10-06 04:34:17 +02:00
ErickSkrauch
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
ErickSkrauch
c3a8b869d1
Fix README.md 2022-09-22 18:02:19 +02:00
ErickSkrauch
137a89820c
Merge branch 'php-cs-fixer-3' 2022-09-20 02:51:02 +02:00
ErickSkrauch
d4092c6e92
Add composer normalizer 2022-09-20 02:50:21 +02:00
ErickSkrauch
5865b15c88
Introduce Github Actions as a replacement of the Travis CI 2022-09-20 02:50:21 +02:00
ErickSkrauch
18806e41e2
Migrate to PHP-CS-Fixer 3. Upgrade custom rules. Upgrade ruleset. 2022-09-20 02:50:21 +02:00
ErickSkrauch
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
ErickSkrauch
f327f14347 Bump minimal php-cs-fixer version to 2.15.0. Add additional rules. 2019-10-12 01:17:25 +03:00
ErickSkrauch
bb403214d9
disable self_accessor rule 2019-04-30 17:30:49 +03:00
ErickSkrauch
2140798d0a
Update CHANGELOG 2019-02-23 20:29:08 +03:00
ErickSkrauch
d8eafd4505 First set of fixes 2019-02-23 02:26:51 +03:00
ErickSkrauch
714a38d53e Bump minimal php-cs-fixer version to 2.13.0. Add additional rules. 2019-02-23 02:05:20 +03:00
ErickSkrauch
08483a26e2
Update CHANGELOG 2019-02-22 20:50:04 +03:00
ErickSkrauch
3d5d40b2b7
Do not run CI on nightly php release [skip ci] 2019-02-22 20:46:40 +03:00
ErickSkrauch
e617efc11c
More accurate dependencies update 2019-02-22 20:43:39 +03:00
ErickSkrauch
a6d1aa7265
Upgrade php-cs-fixer 2019-02-22 20:20:30 +03:00
ErickSkrauch
3ab60f5bd5
Fix compatibility with the PHP-CS-Fixer 2.13.3 and above 2019-02-18 15:52:12 +03:00
ErickSkrauch
06a37576ee
Merge pull request #7 from cotsog/patch-1
Move test stage at the root
2018-08-15 17:24:30 +03:00
Dominic Jodoin
95e0f0f702
Move test stage at the root 2018-08-13 13:22:00 -04:00
erickskrauch
0d20175b0a
Add some cool shields 😙 2018-08-08 10:41:10 +03:00
erickskrauch
4b480df97d
Changelog.md added 2018-08-08 10:18:24 +03:00
erickskrauch
50c7deed65
Downgrade test case 2018-08-07 12:25:47 +03:00
erickskrauch
31661cd142
Pin dependencies to PHP 7.0 2018-08-07 12:12:55 +03:00
erickskrauch
8ee5979288
Added array_syntax fixer 2018-08-07 12:07:27 +03:00
erickskrauch
2480f7ba46
Adjust priority for LineBreakAfterStatementsFixer 2018-08-07 11:40:48 +03:00
erickskrauch
824cf6c1f1
Fix LineBreakAfterStatementsFixer. Resolves #5. 2018-08-07 11:17:18 +03:00
erickskrauch
fa40a02dfd
Downgrade PHPUnit to 6.5 to pass testing on PHP 7.0 2018-08-06 12:45:25 +03:00
erickskrauch
a7bef227df
Add travis ci 2018-08-06 12:27:18 +03:00
erickskrauch
59e9994662
Resolves #4. Add fixer to replace ::className() method usages with ::class keyword. 2018-08-06 11:59:44 +03:00
erickskrauch
76bd14c167
Update dependencies 2018-08-06 10:07:29 +03:00
ErickSkrauch
076c2f1c6c
Fix readme 2018-04-18 15:43:54 +03:00
ErickSkrauch
04e3690d06
Fix default value docs 2018-04-17 21:37:44 +03:00
ErickSkrauch
0bb3e80827
First implementation 2018-04-17 21:28:51 +03:00
ErickSkrauch
c601056af1
Fix license 2018-04-10 00:58:07 +03:00
ErickSkrauch
fade408891
Initial commit 2018-04-10 00:49:32 +03:00