11342 Commits

Author SHA1 Message Date
Tomas Votruba
21db1e9e38
[Nette] Decouple to own package (#5903)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-03-19 01:33:30 +01:00
TomasVotruba
9d5e99cf74 bump deps 2021-03-19 00:36:11 +01:00
TomasVotruba
2500cbf8d1 add vendor deps locatoins 2021-03-19 00:15:52 +01:00
TomasVotruba
69471cb59e use stable version 2021-03-18 23:52:44 +01:00
TomasVotruba
672e75ae52 typo 2021-03-18 23:30:47 +01:00
TomasVotruba
5657811eb4 [scoper] whitelist does not work for outside prefixed files 2021-03-18 23:14:53 +01:00
Tomas Votruba
8304d70f67
[Symfony] Decouple to own package (#5900) 2021-03-18 22:03:54 +00:00
TomasVotruba
ef8bee1d17 [scoper] skip polyfill functions to make them work 2021-03-18 22:23:44 +01:00
Ondřej Mirtes
106b895482
Forward compatibility with PHPStan 0.12.82 (#5902) 2021-03-18 22:08:12 +01:00
TomasVotruba
b37c3881f7 direct call in dependency 2021-03-18 20:56:21 +01:00
TomasVotruba
a6b054b992 [CI] downgrade on main only 2021-03-18 18:00:32 +01:00
Laurent Clouet
3e6dcf42d6
Fix for PhpSpec method shouldEqual (#5899) 2021-03-18 18:00:06 +01:00
TomasVotruba
221b3e0fc3 debug is not needed anymore 2021-03-18 17:59:41 +01:00
TomasVotruba
15b06fd6b1 [downgrad€] skip cache bridges 2021-03-18 15:51:29 +01:00
TomasVotruba
7ed3ddd577 remove unsued cache factory 2021-03-18 15:29:00 +01:00
TomasVotruba
80ffe48106 [downgrade] remove prefixing cache and session 2021-03-18 15:27:56 +01:00
TomasVotruba
45dabacae4 [downgrade] simplify matrix 2021-03-18 15:19:21 +01:00
Tomas Votruba
1bdc6e588a
widening - skip if no method is present (#5898) 2021-03-18 14:48:00 +01:00
Tomas Votruba
33daf1de2e
fixup (#5897) 2021-03-18 14:29:32 +01:00
TomasVotruba
6f4b0b4ae9 fix cs 2021-03-18 12:42:40 +01:00
TomasVotruba
3b3b96d064 skip config factory 2021-03-18 12:42:04 +01:00
TomasVotruba
9342e3a024 skip build classes 2021-03-18 12:35:04 +01:00
TomasVotruba
8685a44ed0 BetterNodeFinder improvements 2021-03-18 12:27:34 +01:00
TomasVotruba
e61f80bd21 cleanup 2021-03-18 12:21:20 +01:00
TomasVotruba
6ca687a213 remove duplicated findFirstAncestorInstanceOf method 2021-03-18 12:09:26 +01:00
TomasVotruba
6e955b9d80 skip missing scope 2021-03-18 11:59:01 +01:00
Tomas Votruba
1abe1f8c1b
Improve static reflection speed (#5895) 2021-03-18 11:29:23 +01:00
Tomas Votruba
a389839c5c
[CI] Downgrade Rector to PHP 7.1 + prefix it (#5880)
* [downgrade] simplify to 2 configs

* rename downgrade_packages.sh to downgrade_rector_to_php71.sh

* add test case stub

* [CI] add linter for php code

* [CI] update tagged workflow

* update for covariance

* [ci-review] Rector Rectify

Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-03-18 02:48:44 +01:00
TomasVotruba
940ed63d54 static fixe 2021-03-18 02:46:42 +01:00
Tomas Votruba
0f3d07f1f8
[DeadCode] Removing method/property entity Doctrine remover, too vague (#5892) 2021-03-18 02:44:36 +01:00
TomasVotruba
08f9c545a1 remove FirstLevelNodeVisitor 2021-03-18 02:24:39 +01:00
TomasVotruba
00014cbb39 [cs] apply on coding standard 2021-03-18 02:24:29 +01:00
Tomas Votruba
6af2805a1c
Move symfony/cache to simpler nette/caching (#5889)
* composer: remove symfony/cache

* [Caching] Add nette/cache, lighter

* make sure cache directory exists
2021-03-18 02:11:54 +01:00
Tomas Votruba
37eb07af6e
move stubs to composer-autoload (#5890)
* move stubs to composer-autoload

* remove duplicate classes

* apply Rector
2021-03-18 02:10:01 +01:00
Tomas Votruba
c815334bed
[DeadCode] Remove RemoveUnusedParameterRector (#5888) 2021-03-18 01:10:37 +01:00
Tomas Votruba
575131d0e2
[Compiler] Add downgrade-paths command (#5887) 2021-03-18 00:42:12 +01:00
TomasVotruba
f90e713f54 fixup! fix cs 2021-03-18 00:24:08 +01:00
TomasVotruba
8e95384268 fix cs 2021-03-18 00:21:24 +01:00
Dominik Peters
dc94477d54
Migrate at to with consecutive and will return on consecutive calls (#5822) 2021-03-18 00:11:23 +01:00
kaizen-ci
d14630e1d2 [ci-review] Rector Rectify 2021-03-18 00:00:16 +01:00
TomasVotruba
3746f24cf4 remove FUNCTION_NODE attribute 2021-03-18 00:00:16 +01:00
TomasVotruba
de02a85e3f remove parent class 2021-03-18 00:00:16 +01:00
TomasVotruba
7df115b051 make use of reflection 2021-03-18 00:00:16 +01:00
Tomas Votruba
6ad6bdc2d7
Fix type widening command (#5883)
* skip parent type for construtc

* skip magic method
2021-03-17 23:56:45 +01:00
Tomas Votruba
0e383192ae
misc fixes (#5886) 2021-03-17 23:36:05 +01:00
Tomas Votruba
09a3adb696
Less attributes (#5884)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-03-17 23:03:49 +01:00
Tomas Votruba
69e66cbf1f
Replace StaticRectorStrings with Stringy class, remove CamelCaseFunctionNamingToUnderscoreRector to avoid naming rules (#5882) 2021-03-17 19:59:18 +00:00
Tomas Votruba
2be6607854
[Reporting] Move missing rector services to single class (#5881) 2021-03-17 19:59:47 +01:00
Tomas Votruba
ea19540a73
[Downgrade 7.2] Fix downgrade from parent native type (#5872)
Co-authored-by: kaizen-ci <info@kaizen-ci.org>
2021-03-17 11:12:39 +01:00
Tomas Votruba
f92c18514a
[DX] Forbid @required annotation (#5869) 2021-03-16 00:49:31 +00:00