10244 Commits

Author SHA1 Message Date
John Paul E. Balandan, CPA
f5dff11202
Merge pull request #4847 from paulbalandan/no-alias-language-construct-call
Master language constructs shall be used instead of aliases.
2021-06-19 02:09:26 +08:00
John Paul E. Balandan, CPA
325a824728
Merge pull request #4846 from paulbalandan/new-with-braces
PSR12: All instances created with `new` keyword must be followed by braces.
2021-06-19 02:09:07 +08:00
John Paul E. Balandan, CPA
6524cccbd2
Master language constructs shall be used instead of aliases. 2021-06-19 01:34:44 +08:00
John Paul E. Balandan, CPA
1b0fa3507c
All instances created with new keyword must be followed by braces. 2021-06-19 01:31:47 +08:00
John Paul E. Balandan, CPA
58dbb2b436
Merge pull request #4845 from paulbalandan/native-fn-casing
Native functions and type hints should be written in correct case
2021-06-19 01:23:37 +08:00
John Paul E. Balandan, CPA
23dbbfc472
Native functions and type hints should be written in correct case 2021-06-18 00:52:34 +08:00
John Paul E. Balandan, CPA
de0da8b126
Merge pull request #4841 from paulbalandan/method-chaining
Enable `method_chaining_indentation` fixer
2021-06-17 23:30:30 +08:00
John Paul E. Balandan, CPA
57f5cd8bef
Enable method_chaining_indentation fixer 2021-06-17 21:35:32 +08:00
John Paul E. Balandan, CPA
31826d0c94
Merge pull request #4840 from paulbalandan/method-argument-space
PSR12: Enable `method_argument_space` fixer
2021-06-17 21:30:37 +08:00
John Paul E. Balandan, CPA
a0dca3d5ba
Enable method_argument_space fixer 2021-06-17 21:24:27 +08:00
John Paul E. Balandan, CPA
2b323e20f4
Merge pull request #4842 from paulbalandan/last-m-rules
Define last "m" rules
2021-06-17 21:19:20 +08:00
John Paul E. Balandan, CPA
54b6dccf5a
Merge pull request #4836 from paulbalandan/ternaries
Define rules for ternary operators
2021-06-17 11:44:14 +08:00
John Paul E. Balandan, CPA
4b601e59cb
Enable multiline_whitespace_before_semicolons fixer 2021-06-17 01:11:56 +08:00
John Paul E. Balandan, CPA
915190a973
Enable multiline_comment_opening_closing fixer 2021-06-17 01:09:49 +08:00
John Paul E. Balandan, CPA
6d74db0e82
Merge pull request #4839 from paulbalandan/m-rules
Define initial "m" rules
2021-06-17 00:46:46 +08:00
John Paul E. Balandan, CPA
361590b0df
Merge pull request #4837 from paulbalandan/unary-op
Define rules on unary operators
2021-06-17 00:25:35 +08:00
John Paul E. Balandan, CPA
6d70cfe7c4
Set mb_str_functions fixer as false 2021-06-16 23:57:07 +08:00
John Paul E. Balandan, CPA
9197063e53
Use correct casing for PHP magic methods and constants 2021-06-16 23:56:55 +08:00
John Paul E. Balandan, CPA
fb24304d23
Define rules on unary operators 2021-06-16 23:51:33 +08:00
John Paul E. Balandan, CPA
4c5d8e34c4
Define rules for ternary operators 2021-06-16 23:45:57 +08:00
John Paul E. Balandan, CPA
38207b90de
Merge pull request #4838 from paulbalandan/L-rules
Define rules starting with "L"
2021-06-16 21:04:53 +08:00
MGatner
eddc5a06d7
Merge pull request #4835 from paulbalandan/switch-rules 2021-06-16 07:58:39 -04:00
John Paul E. Balandan, CPA
44a9fe24d1
Define rules starting with "L" 2021-06-16 00:08:12 +08:00
John Paul E. Balandan, CPA
1476c8417a
Define switch-related rules 2021-06-15 23:16:02 +08:00
John Paul E. Balandan, CPA
6af5370fcf
Enforce ordering and trimming of phpdoc elements 2021-06-15 22:53:20 +08:00
John Paul E. Balandan, CPA
b5d1de9b63
Modernize and standardize typecasting 2021-06-15 22:52:57 +08:00
John Paul E. Balandan, CPA
36abf56f5f
Merge pull request #4823 from paulbalandan/phpdoc-types
Phpdoc types
2021-06-15 21:42:29 +08:00
John Paul E. Balandan, CPA
21727d822d
Merge pull request #4820 from paulbalandan/phpdoc-rules
Initial Phpdoc-related rules
2021-06-15 21:41:18 +08:00
dependabot[bot]
631e5ae323
Update rector/rector requirement from 0.11.16 to 0.11.20 (#4832) 2021-06-14 08:07:37 +00:00
John Paul E. Balandan, CPA
de234899aa
Sort phpdoc types alphabetically 2021-06-11 23:46:56 +08:00
John Paul E. Balandan, CPA
cc4d0cb780
Use correct casing for phpdoc types 2021-06-11 23:40:05 +08:00
John Paul E. Balandan, CPA
7a38ce6980
Remove unneeded and aliased phpdocs 2021-06-11 23:23:14 +08:00
John Paul E. Balandan, CPA
7635183e00
Change phpdoc line span to multi-line 2021-06-11 23:19:12 +08:00
John Paul E. Balandan, CPA
07160ecc5e
Normalize inline phpdocs 2021-06-11 23:16:50 +08:00
John Paul E. Balandan, CPA
34110026d9
Properly indent all phpdocs 2021-06-11 23:14:51 +08:00
John Paul E. Balandan, CPA
3d0a4a7248
Merge pull request #4818 from paulbalandan/heredocs
Heredocs-related rules
2021-06-11 05:04:08 +08:00
John Paul E. Balandan, CPA
c3a10f5926
Merge pull request #4817 from paulbalandan/c-rules
Define remaining "c" rules
2021-06-11 05:03:34 +08:00
MGatner
2198dd0ea9
Merge pull request #4819 from MGatner/magic-model
Revert Model coalesce
2021-06-10 15:54:20 -04:00
MGatner
f494f77952
Revert model coalesce 2021-06-10 18:36:06 +00:00
John Paul E. Balandan, CPA
84a4839460
Fix newly discovered errors 2021-06-11 02:05:05 +08:00
John Paul E. Balandan, CPA
099fda54c0
Convert Heredoc to Nowdoc syntax where possible 2021-06-11 01:45:18 +08:00
John Paul E. Balandan, CPA
882c1a8126
Enable heredoc_indentation fixer 2021-06-11 01:41:37 +08:00
John Paul E. Balandan, CPA
38a8cb2b21
Enable constant_case 2021-06-11 01:32:25 +08:00
John Paul E. Balandan, CPA
8ea319b746
Ensure one space in concatenations 2021-06-11 01:30:35 +08:00
John Paul E. Balandan, CPA
9927db3d75
Enable compact_nullable_typehint fixer 2021-06-11 01:28:22 +08:00
John Paul E. Balandan, CPA
6e0b89409f
Enable comment_to_phpdoc fixer 2021-06-11 01:26:29 +08:00
John Paul E. Balandan, CPA
b215a7d730
Enable combine_nested_dirname fixer 2021-06-11 01:20:02 +08:00
John Paul E. Balandan, CPA
f59bf047a1
Enable combine_consecutive_unsets fixer 2021-06-11 01:18:20 +08:00
John Paul E. Balandan, CPA
1dac15fe2b
Enable combine_consecutive_issets fixer 2021-06-11 01:13:01 +08:00
John Paul E. Balandan, CPA
029c9b0cc5
Enable clean_namespace fixer 2021-06-11 01:09:53 +08:00