2801 Commits

Author SHA1 Message Date
Tomas Votruba
505abb6f68 publish: check for existing .git 2018-05-28 11:31:50 +02:00
Tomas Votruba
82857fbcc1 build-prefixer: skip prefixing /config 2018-05-28 11:31:50 +02:00
Tomas Votruba
1f3262e5a3 commit only diffs 2018-05-28 11:31:50 +02:00
Tomas Votruba
4df35abe7e add todo 2018-05-28 11:31:50 +02:00
Tomas Votruba
2e5133db92 split to publish 2018-05-28 11:31:50 +02:00
Tomas Votruba
80fa30bf65 exclude vendor-bin 2018-05-28 11:31:50 +02:00
Tomas Votruba
1a9c695444 add bin/split-prefixed-rector 2018-05-28 11:31:50 +02:00
Tomas Votruba
f606efd42f rename package as well 2018-05-28 11:31:50 +02:00
Tomas Votruba
e7b60153f0 add few comments 2018-05-28 11:31:50 +02:00
Tomas Votruba
79335819dc resolve all the double slashes 2018-05-28 11:31:50 +02:00
Tomas Votruba
8beff5c246 wip 2018-05-28 11:31:50 +02:00
Tomas Votruba
eed469f0d3 move from composer script to build-prefixed-rector.sh with comments 2018-05-28 11:31:50 +02:00
Tomas Votruba
693fa75233 prepare for barmani 2018-05-28 11:31:50 +02:00
Tomas Votruba
666112b75f add important wtf note 2018-05-28 11:31:50 +02:00
Tomas Votruba
054e1a6c70 scoper: remove whitelist, not working good enough 2018-05-28 11:31:50 +02:00
Tomas Votruba
89d1c0f7a5 misc 2018-05-28 11:31:50 +02:00
Tomas Votruba
fe499baf82 fix composer dump 2018-05-28 11:31:50 +02:00
Tomas Votruba
b049a9e8fd simplify array 2018-05-28 11:31:50 +02:00
Tomas Votruba
a89051ea65 composer: add right to bin 2018-05-28 11:31:50 +02:00
Tomas Votruba
bb0524bea4 Revert "composer: remove un-prefixing for Rector, moved to whitelist in scoper.inc.php"
This reverts commit 2899c40b2d7e1f6fbb1c61bd7c14344f8fe5ba91.
2018-05-28 11:31:50 +02:00
Tomas Votruba
89e2470de5 fix php-cs-fixer annomaly 2018-05-28 11:31:50 +02:00
Tomas Votruba
7e26acdeda composer: remove un-prefixing for Rector, moved to whitelist in scoper.inc.php 2018-05-28 11:31:50 +02:00
Tomas Votruba
1893438292 scoper: add Rector whitelist, add more precise Finder, add few notes 2018-05-28 11:31:50 +02:00
mssimi
f8fc252c02 build prefixed rector 2018-05-28 11:31:50 +02:00
Tomas Votruba
e3f6f9ca89 ecs config: cleanup 2018-05-28 11:17:07 +02:00
Tomas Votruba
ef0b40fecb improve cognitive complexity 2018-05-28 11:13:25 +02:00
Tomáš Votruba
c4b52c8f01
Merge pull request #473 from rectorphp/better-relfection
Use BetterReflection v3
2018-05-28 10:50:29 +02:00
Gabriel Caruso
8e13f7d086
Remove BetterReflection commit from README 2018-05-27 14:48:35 -03:00
Gabriel Caruso
229857f1cc
Fix Sylius link in README 2018-05-26 15:39:01 -03:00
Gabriel Caruso
e9475b1d4e
Use BetterReflection v3 2018-05-26 13:03:07 -03:00
Tomas Votruba
66af89bc9b README: add Sylius logo [closes #469] 2018-05-22 17:43:36 +02:00
Tomáš Votruba
1ee6a00be7
Merge pull request #472 from rectorphp/kernel-class
Add more default Kernel class names
2018-05-19 21:09:05 +02:00
Tomas Votruba
1474755f03 fix cs 2018-05-19 21:01:44 +02:00
Tomas Votruba
bf953ab842 add more default Kernel class names to DefaultAnalyzedSymfonyApplicationContainer [closes #468] 2018-05-19 21:00:03 +02:00
Tomáš Votruba
75ea3963d3
Merge pull request #467 from rectorphp/unnecessary-ternary
[CodeQuality] Create UnnecessaryTernaryExpressionRector
2018-05-17 19:11:46 +02:00
Tomas Votruba
5c3212629c inline short condition 2018-05-17 19:08:20 +02:00
Tomas Votruba
e40436b89c add configured type guard 2018-05-17 19:06:58 +02:00
Tomas Votruba
90f7f3145b extract property 2018-05-17 19:05:00 +02:00
Tomas Votruba
6c87ff6c1f fix naming 2018-05-17 19:04:22 +02:00
Tomas Votruba
ece2b6730d use strong over string types 2018-05-17 19:03:54 +02:00
Tomas Votruba
565fbe30ed use early return, fix annotation 2018-05-17 18:59:42 +02:00
Gabriel Caruso
a653636ebc
Fixes basead in code review 2018-05-13 19:17:08 -03:00
Gabriel Caruso
88bcbbcb12
PHPStan buggy fix 2018-05-13 15:40:38 -03:00
Gabriel Caruso
530a1f65e6
Fix check for non ConstFetch values 2018-05-13 15:36:08 -03:00
Gabriel Caruso
3969a4e845
Fix binary operations when necessary 2018-05-13 15:19:51 -03:00
Gabriel Caruso
4b7d41b4ce
Remove unnecessary ternary expressions 2018-05-13 14:47:59 -03:00
Gabriel Caruso
21f8a8861a
Identify ternary expressions that can be remove 2018-05-13 14:36:01 -03:00
Gabriel Caruso
6950973d48
[CodeQuality] Create UnnecessaryTernaryExpressionRector 2018-05-13 14:17:15 -03:00
Gabriel Caruso
8cc1b69ff3
Merge pull request #466 from rectorphp/phpstan-dead-rules
Remove dead PHPStan rules
2018-05-12 17:01:29 -03:00
Gabriel Caruso
7e642e6024
Revert change
Sounds like isn't necessary
2018-05-12 16:57:50 -03:00