9631 Commits

Author SHA1 Message Date
TomasVotruba
44040eba97 [Nette] Add external form factory support 2020-07-24 17:16:37 +02:00
Tomas Votruba
73a1c3c27b
Merge pull request #3773 from rectorphp/form-dim-select
[Nette] Add ChangeFormArrayAccessToAnnotatedControlVariableRector
2020-07-24 16:28:36 +02:00
TomasVotruba
adcaf173d3 add custom control by method name 2020-07-24 16:02:09 +02:00
TomasVotruba
0188d802d2 use SmartFileSystem over Nette FileSystem 2020-07-24 14:39:10 +02:00
TomasVotruba
0790505ddb prepare config 2020-07-24 14:11:15 +02:00
TomasVotruba
8d556bf2fc update docs with PHP snippets 2020-07-24 13:49:10 +02:00
TomasVotruba
9c08060925 [Injection] Add StaticCallToAnotherServiceConstructorInjectionRector 2020-07-24 13:47:35 +02:00
TomasVotruba
407e0c4d33 [Nette] Add ChangeFormArrayAccessToAnnotatedControlVariableRector 2020-07-24 13:47:35 +02:00
Tomas Votruba
91302f50af
Merge pull request #3766 from rectorphp/skip-exception
[PHP 5.5] Skip exception to string by default, probably on purpose
v0.7.53
2020-07-23 13:02:21 +02:00
TomasVotruba
eac7fb24fe [PHP 5.5] Skip exception to string by default, probably on purpose 2020-07-23 12:59:10 +02:00
Tomas Votruba
6c22689441
Merge pull request #3763 from rectorphp/skip-already
[Nette 3.0] Skip already fetched in form contorl
2020-07-23 00:10:21 +02:00
TomasVotruba
92b670d8d5 Skip already fetched in form contorl 2020-07-23 00:09:48 +02:00
Tomas Votruba
9a31bd5004
Merge pull request #3762 from rectorphp/php-config-style 2020-07-23 00:05:58 +02:00
TomasVotruba
78a0331708 [SymfonyPhpConfig] Add AddEmptyLineBetweenCallsInPhpConfigRector 2020-07-22 23:50:58 +02:00
TomasVotruba
54beea72f8 prepare SYMFONY_PHP_CONFIG set 2020-07-22 23:22:25 +02:00
Tomas Votruba
54353be782
Merge pull request #3761 from rectorphp/warning-yaml
[Config] Warn about YAML deprecation + load YAML sets
2020-07-22 22:50:51 +02:00
Tomas Votruba
4f83dc2026
Merge pull request #3759 from rectorphp/variable-usage-detection-issue
[DeadCode] Fix variable usage detection
2020-07-22 22:50:28 +02:00
TomasVotruba
6cc9432fbc warn about YAML deprecation + load YAML sets 2020-07-22 22:42:56 +02:00
dobryy
4a025c7a2b [DeadCode] Fix variable usage detection 2020-07-22 22:37:22 +02:00
TomasVotruba
442aafbf93 scoper: restore original class ignore 2020-07-22 22:27:36 +02:00
TomasVotruba
7b87ddb2ef phpstan: prefer parser variable over symfony 2020-07-22 22:18:32 +02:00
TomasVotruba
12185bbd5a scoper: keep whole configurator namespace 2020-07-22 22:16:41 +02:00
TomasVotruba
8630924008 scoper: debug 2020-07-22 22:09:01 +02:00
TomasVotruba
0bef4d8262 Update CHANGELOG 2020-07-22 21:55:38 +02:00
TomasVotruba
77680bb332 composer: drop check-docs, never used 2020-07-22 21:54:46 +02:00
Tomas Votruba
5c9e433131
Merge pull request #3760 from rectorphp/nette-form-keys 2020-07-22 21:50:11 +02:00
TomasVotruba
d4f6c497a7 [Nette] Add form dim access to standalone node control 2020-07-22 21:38:34 +02:00
TomasVotruba
d007ae0896 [Nette 3.0] Add few return types 2020-07-22 13:35:04 +02:00
TomasVotruba
d970fffd4d fix cs 2020-07-22 12:12:31 +02:00
TomasVotruba
2cbec32e6e add PHP tests prefixing to compiler 2020-07-22 12:12:20 +02:00
TomasVotruba
ba574c4d37 improving scoper 2020-07-22 11:56:30 +02:00
TomasVotruba
f2b712459e add bool to StringTypeToPhpParserNodeMapper 2020-07-22 09:12:52 +02:00
TomasVotruba
412545d427 ci: color 2020-07-22 02:03:18 +02:00
TomasVotruba
adc240fa07 fix scoping of bin/rector 2020-07-22 01:58:20 +02:00
TomasVotruba
742b7588eb Trigger notification 2020-07-22 01:52:32 +02:00
TomasVotruba
bf391032c3 scoper: include unprefixing of config files 2020-07-22 01:40:47 +02:00
TomasVotruba
b6dc40dff4 misc 2020-07-22 01:39:53 +02:00
TomasVotruba
e3bd9a6b7e fix cs 2020-07-22 01:23:21 +02:00
TomasVotruba
0ed703a055 phar: exclude prefixing container class 2020-07-22 01:23:13 +02:00
TomasVotruba
e5d7cee695 move RectorConfigsResolver to bootstrap, fix paths v0.7.52 2020-07-22 00:55:22 +02:00
TomasVotruba
afe6799cec fix branch name 2020-07-22 00:44:03 +02:00
TomasVotruba
07f3ce68a9 ci: delay standalone run to get the latest version 2020-07-22 00:39:16 +02:00
TomasVotruba
0daa9eb695 styling compiler 2020-07-22 00:39:16 +02:00
Tomas Votruba
40b734d4ff
Merge pull request #3749 from u01jmg3/pdo-exception
Support exception names that begin with an abbreviation
2020-07-22 00:24:53 +02:00
TomasVotruba
b8a8c7f9d4 another path trial 2020-07-22 00:24:26 +02:00
TomasVotruba
c201845ba8 fixing path for phars 2020-07-22 00:14:12 +02:00
TomasVotruba
961febdb76 update pathname for phars 2020-07-21 23:49:56 +02:00
TomasVotruba
c5d341716f done const 2020-07-21 23:19:38 +02:00
TomasVotruba
6d128831c4 remove composer-json-manipulator from the root 2020-07-21 23:08:52 +02:00
TomasVotruba
e7b61e6fda bump to symplify phar-aware file info 2020-07-21 22:43:54 +02:00