22 Commits

Author SHA1 Message Date
TomasVotruba
9fbc8b5a37 decouple NamingConventionAnalyzer 2020-07-19 19:29:31 +02:00
TomasVotruba
25d5dfb613 skip any class type with children, to prevent narrow naming 2020-07-19 18:02:11 +02:00
TomasVotruba
36f6954c28 skip starts/ends with convention naming 2020-07-19 17:23:51 +02:00
TomasVotruba
133683dc3d [Naming] Skip return without type and with args 2020-07-19 17:23:38 +02:00
TomasVotruba
af6d35dc4d skip call() based conventions 2020-07-19 14:30:07 +02:00
TomasVotruba
8b831a75b8 skip non-call expressions, as they create something new and thus have different name 2020-07-19 14:18:07 +02:00
TomasVotruba
fce6ed59a4 decopule Php74Test to own class to simplify scope 2020-07-19 14:18:07 +02:00
TomasVotruba
6912fac08b skip array return types 2020-07-19 13:53:57 +02:00
TomasVotruba
039b871cbf remove failing docblock test case 2020-07-19 13:48:16 +02:00
dobryy
3692798de6 [Naming] Name variable after get method 2020-07-19 10:23:32 +02:00
TomasVotruba
395ced5f57 fix RenamePropertyToMatchTypeRector for nested params 2020-07-06 23:47:33 +02:00
TomasVotruba
dad1812f79 [Naming] Make rename property/variable skip date time at convention 2020-07-06 22:48:33 +02:00
TomasVotruba
a8a6e7bcad rename file to fileInfo 2020-06-30 01:45:05 +02:00
TomasVotruba
0cb82c2a6f apply new Naming_ 2020-06-30 00:57:38 +02:00
TomasVotruba
477308c030 [Naming] Add RenameVariableToMatchNewTypeRector 2020-06-29 23:09:51 +02:00
TomasVotruba
7f49658112 change test(string ) to test(SmartFileInfo ) in tests 2020-06-25 20:02:36 +02:00
TomasVotruba
ffeb6c9f53 [PSR-4] Add test for NormalizeNamespaceByPSR4ComposerAutoloadRector 2020-05-14 00:35:00 +02:00
TomasVotruba
163b7831cb add support for nullable type 2020-05-03 13:26:26 +02:00
TomasVotruba
e2240a0eca fix suffix renamer 2020-05-03 13:12:38 +02:00
TomasVotruba
3d5c07f191 add support for alias in PropertyNaming 2020-05-03 13:00:29 +02:00
TomasVotruba
8d1b254715 [Naming] Fix duplicate name on already existing 2020-05-03 12:53:25 +02:00
TomasVotruba
00b3184eb3 [Naming] Add RenamePropertyToMatchTypeRector 2020-05-02 22:36:11 +02:00