49 Commits

Author SHA1 Message Date
Abdul Malik Ikhsan
0c38916535
[Rector] Apply Rector dead code set list 2021-08-17 18:25:19 +07:00
John Paul E. Balandan, CPA
b7ec33cd56
Remove superfluous phpdoc tags (#4941) 2021-07-24 19:30:51 +08:00
John Paul E. Balandan, CPA
0ee2b2f922
Add file-level headers 2021-07-19 23:04:56 +08:00
John Paul E. Balandan, CPA
a6cfb8c1e6
Remove useless code separator comments (#4946) 2021-07-19 21:08:51 +08:00
John Paul E. Balandan, CPA
a4fe347638
Add ? to nullable typehints 2021-07-09 23:13:08 +08:00
John Paul E. Balandan, CPA
1dc72c1d65
Convert is_null to null === and fix phpstan errors 2021-07-09 00:08:00 +08:00
John Paul E. Balandan, CPA
308d0bed2d
Enable explicit_indirect_variable (#4881) 2021-06-28 22:10:44 +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
de234899aa
Sort phpdoc types alphabetically 2021-06-11 23:46:56 +08:00
John Paul E. Balandan, CPA
2b78883c06
Align phpdocs 2021-06-08 12:11:23 +08:00
John Paul E. Balandan, CPA
4129b40cb6
Use short forms of param and return types 2021-06-08 11:46:56 +08:00
John Paul E. Balandan, CPA
d030096732
Enable braces 2021-06-08 10:15:25 +08:00
John Paul E. Balandan, CPA
7b37453fcc
Enable blank_line_before_statement fixer 2021-06-08 01:26:32 +08:00
Jérôme Gamez
ebf8dac403
Remove unused local variables 2021-06-07 10:58:53 +02:00
John Paul E. Balandan, CPA
e04d17b390
Convert tabs to 4 spaces (#4771) 2021-06-04 22:51:52 +08:00
Jérôme Gamez
ee176f896d
Add missing imports 2021-05-24 20:39:50 +02:00
Jérôme Gamez
7b80ba62a2
Remove unused imports 2021-05-24 03:35:11 +02:00
Abdul Malik Ikhsan
46cabd4efd
[Rector] Apply Rector: SimplifyIfElseToTernaryRector 2021-03-12 13:45:06 +07:00
John Paul E. Balandan, CPA
ebb2b2937f
Fix PHP8 behavior of method_exists 2021-02-16 01:45:07 +08:00
Abdul Malik Ikhsan
29f98a6a9e
[Rector] Apply Rector: RemoveDuplicatedCaseInSwitchRector 2021-02-10 16:45:38 +07:00
MGatner
57631ac7ba
Handle errors() null return 2020-11-09 11:51:37 -05:00
MGatner
13a57e2b66
Improve error handling 2020-11-08 16:22:57 +00:00
MGatner
decaf2138a
Override sniffer issue 2020-11-08 01:03:36 +00:00
MGatner
79062c55c7
Implement exception for fabricator failure 2020-11-08 01:01:10 +00:00
John Paul E. Balandan, CPA
c3dcd05e35
Use short notices for header docblock 2020-10-25 21:38:43 +08:00
John Paul E. Balandan, CPA
7dd927fbe3 Enforce consistent file-level docblock across all system files 2020-10-25 21:29:13 +08:00
Abdul Malik Ikhsan
b8ad7782ab
apply rector: set auto import FQCN 2020-10-11 13:22:34 +07:00
Abdul Malik Ikhsan
514e3bcda8
apply strict in_array with pass true to 3rd parameter 2020-08-30 03:13:54 +07:00
Abdul Malik Ikhsan
4ee4cfc9d4
Apply phpstan level 4 2020-08-25 20:03:59 +07:00
Abdul Malik Ikhsan
c480aedd3c
Apply phpstan level 3 2020-08-21 01:15:30 +07:00
Abdul Malik Ikhsan
50f5548fe5
Apply phpstan level 2 2020-08-19 10:41:07 +07:00
MGatner
159945f705
Ensure model returned object 2020-07-08 19:58:13 +00:00
MGatner
82f4174d1f
Add Fabricator counts 2020-07-03 18:54:17 +00:00
MGatner
3e60ba5021
Clarify non-framework Fabricator model use 2020-06-11 18:18:06 +00:00
MGatner
6ad992f7bb
Succumb to Lonnie's attentiveness 2020-05-16 16:24:33 +00:00
MGatner
c9bc718309
Use fresh model with each fabricator, with test 2020-05-16 16:18:39 +00:00
MGatner
4658b613d4
Change deleted value to null 2020-05-16 16:07:07 +00:00
MGatner
5a197b77bf
Make deleted field value conditionally random 2020-05-15 16:01:00 +00:00
MGatner
49b68652a4
Bugfix various test findings 2020-05-08 16:22:56 +00:00
MGatner
18287f867a
Bugfix int formatter 2020-05-08 02:07:20 +00:00
MGatner
1b4e78e321
Clean up old references 2020-05-07 23:34:00 +00:00
MGatner
236c49ad81
Rework makeX methods to be public 2020-05-07 20:21:11 +00:00
MGatner
8d89c6e971
Move overrides to separate method 2020-05-07 19:39:46 +00:00
MGatner
e93fcce482
Remove requirement for CodeIgniter\Model 2020-05-07 17:15:09 +00:00
MGatner
c845b3c5ba
Add model with fake method, more tests 2020-05-07 17:01:29 +00:00
MGatner
014e1dd6ac
Bugfix test issues 2020-05-06 20:02:17 +00:00
MGatner
9968ce9445
Add create methods 2020-05-06 16:21:05 +00:00
MGatner
02d74b61d3
Initial Fabricator class 2020-05-05 19:50:37 +00:00
MGatner
b10fb7404b
Initial Fabricator class 2020-05-05 19:50:06 +00:00