2988 Commits

Author SHA1 Message Date
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
mssimi
7dcafad6f4 better naming 2018-05-18 20:55:38 +02:00
mssimi
239f354fb1 fix cs 2018-05-18 20:47:08 +02:00
mssimi
a19012c6fd add trait test 2018-05-18 20:36:18 +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
Gabriel Caruso
32617ecbac
Fixes from PHPStan 2018-05-12 15:15:28 -03:00
Gabriel Caruso
5a963a6508
Remove dead rule, add and update number of occurences and split rules 2018-05-12 13:48:36 -03:00
Gabriel Caruso
db0983dcb2
Remove dead PHPStan rules 2018-05-12 12:07:52 -03:00
Tomas Votruba
bffacb1af7 README: fix install br dev v0.3.2 2018-05-11 00:10:11 +02:00
Tomas Votruba
5dd994af18 composer: use stable deps 2018-05-11 00:10:05 +02:00
Tomáš Votruba
4a20730c9c
Merge pull request #463 from rectorphp/default-kernel-class
Add Default kernel class
v0.3.1
2018-05-10 22:12:36 +02:00
Tomas Votruba
64701f240c add default App\Kernel class 2018-05-10 22:02:42 +02:00
Tomáš Votruba
34ba757e57
Merge pull request #460 from rectorphp/br-4
Bump to better-reflection PR running on php-parser 4
v0.3.0
2018-05-10 19:21:44 +02:00
Tomas Votruba
5956152b5d fixup stubs 2018-05-10 19:08:17 +02:00
Tomas Votruba
fe2eddf4d1 simplify commit hash 2018-05-10 19:07:02 +02:00
Tomas Votruba
deb897947e update namespaces 2018-05-10 19:05:41 +02:00
Tomas Votruba
ed214fe1f3 use original BR PR with php-parser 4 2018-05-10 19:05:41 +02:00
Tomáš Votruba
c62f8fb59a
Merge pull request #459 from rectorphp/action-inject-to-constructor
Improve Action Inject to work with container
2018-05-10 19:04:36 +02:00