70 Commits

Author SHA1 Message Date
John Paul E. Balandan, CPA
f709b08387
Simplify @codeCoverageIgnore* tags 2022-10-25 18:08:46 +08:00
kenjis
dd02faf203
docs: fix @return type 2022-10-21 07:41:25 +09:00
kenjis
40f32f5b78
docs: fix @return in Format 2022-10-20 16:43:30 +09:00
kenjis
a2e66a07bb
docs: fix PHPDocs 2022-07-18 08:02:44 +09: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
7b7d251f89
Convert to explicit those implicit string variables (#4882) 2021-06-28 22:08:40 +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
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
e04d17b390
Convert tabs to 4 spaces (#4771) 2021-06-04 22:51:52 +08:00
Jérôme Gamez
b54e1a354e
Remove duplicated common part 2021-05-24 03:55:10 +02:00
John Paul E. Balandan, CPA
958a564f17
Use trait to tweak file and line of exceptions (#4118) 2021-01-22 15:09:48 +08:00
John Paul E. Balandan, CPA
32978d2598
Fix whitespaces for system/ 2020-11-19 01:25:50 +08:00
Abdul Malik Ikhsan
1bee972205
Merge pull request #3801 from paulbalandan/file-level-docblocks
Enforce consistent file-level docblock across all system files
2020-10-28 04:13:10 +07:00
John Paul E. Balandan, CPA
1c6ac0aded
Import native classes 2020-10-25 22:29:42 +08:00
John Paul E. Balandan, CPA
c3dcd05e35
Use short notices for header docblock 2020-10-25 21:38:43 +08:00
Abdul Malik Ikhsan
b8ad7782ab
apply rector: set auto import FQCN 2020-10-11 13:22:34 +07:00
Abdul Malik Ikhsan
4e04afdcc2
apply rector: SimplifyUselessVariableRector 2020-10-02 18:47:38 +07:00
John Paul E. Balandan, CPA
391c870b36
Add support for deep nested array 2020-09-04 17:35:36 +08:00
John Paul E. Balandan, CPA
fd16955394
Add XML tags normaliser 2020-09-03 01:34:41 +08:00
MGatner
03beb30040
Merge pull request #3563 from paulbalandan/format-new
Refactor Format class
2020-09-01 06:58:16 -04:00
John Paul E. Balandan, CPA
2fb987fbf2
Add @throws block 2020-08-31 22:43:27 +08:00
Abdul Malik Ikhsan
514e3bcda8
apply strict in_array with pass true to 3rd parameter 2020-08-30 03:13:54 +07:00
John Paul E. Balandan, CPA
9b06244b11 Fix phpstan related errors 2020-08-29 21:37:16 +08:00
John Paul E. Balandan, CPA
e9afd76ee0 Refactor Format class 2020-08-29 21:37:15 +08:00
Abdul Malik Ikhsan
50f5548fe5
Apply phpstan level 2 2020-08-19 10:41:07 +07:00
John Paul E. Balandan, CPA
a23ebfa68e
phpcbf fix for system 2020-07-29 01:47:24 +08:00
Devorama
6330be5269
update as per change request
update as per change request
2020-07-13 21:42:11 +02:00
Devorama
446ddff1b6
update as per change request
update as per change request
2020-07-13 21:41:28 +02:00
Devorama
043d7e9523
update as per pull request change
update as per pull request change
2020-07-13 19:54:39 +02:00
Devorama
5c889f7273
Update JSONFormatter.php 2020-07-13 19:30:45 +02:00
Devorama
2227ef6514
updat as per pull request
updat as per pull request
2020-07-13 19:28:45 +02:00
Devorama
96a1ea46c8
Move non default values to config
Move non default values to config
2020-07-13 18:58:55 +02:00
Devorama
88e650624d
add config options to formatter
add config options to formatter
2020-07-12 20:12:29 +02:00
Devorama
1c65410b82
add config option to add to format options
add config option to add to format options
2020-07-12 20:11:40 +02:00
Devorama
93550639a6
add JSON_NUMERIC_CHECK to json encode options
linked to 
https://github.com/codeigniter4/CodeIgniter4/pull/3286

This allows encoding to make numeric data more true to its type (not enclose them with "", making the receiving system identify
the types easier.

Note making the options variable configurable might be handy in the future depending on the needs of the users
people they interface with they might need additional options added here
2020-07-12 13:20:42 +02:00
michalsn
83b97d47f9
Fix XMLFormatter to produce valid XML 2020-06-12 20:39:07 +02:00
Abdul Malik Ikhsan
6fdedd8009
Running phpcbf to system and tests 2020-05-11 18:56:38 +07:00
MashinaMashina
99a65a8e21
Text formats in JSONFormatter 2020-03-08 20:18:19 +04:00
MashinaMashina
5af60ab1e7
Update system/Format/JSONFormatter.php
Co-Authored-By: Michal Sniatala <michal@sniatala.pl>
2020-03-08 20:17:47 +04:00
MashinaMashina
03e37e8c0c
Check result 2020-03-01 22:13:49 +04:00
MashinaMashina
fc1dc8cbdc
Fix JSON error on recursion in data
Bugs:
https://github.com/codeigniter4/CodeIgniter4/issues/2434 and https://github.com/codeigniter4/CodeIgniter4/issues/2586
2020-03-01 21:50:34 +04:00
Lonnie Ezell
fed757bee0
It is now 2020 2020-02-06 22:58:39 -06:00
Jim Parry
e5d46c9b05
CodeIgniter Foundation gets copyright [ci skip] 2019-10-19 01:58:38 -07:00
Jim Parry
e8ae780d83
CodeIgniter Foundation gets copyright [ci skip] 2019-10-19 00:43:47 -07:00
Jim Parry
fd1486fd1c
Update docblock version to 4.0.0 2019-05-04 00:58:04 -07:00
Atish Amte
928448ea4a
HTTP typos changes 2019-04-19 12:02:08 +05:30