John Paul E. Balandan, CPA
65398c3053
Merge pull request #6481 from paulbalandan/no_multiple_statements_per_line
...
Enable `no_multiple_statements_per_line`
2022-09-04 20:34:56 +08:00
John Paul E. Balandan, CPA
a275427950
Enable no_multiple_statements_per_line
2022-09-04 20:32:00 +08:00
John Paul E. Balandan, CPA
c261861395
Merge pull request #6479 from paulbalandan/control-structure-braces
...
Enable `control_structure_braces`
2022-09-04 20:12:45 +08:00
John Paul E. Balandan, CPA
50dc13d701
Enable control_structure_braces
2022-09-04 19:48:38 +08:00
John Paul E. Balandan, CPA
265e7a8f0e
Merge pull request #6491 from paulbalandan/style-fix
...
Fix overlooked coding style violations
2022-09-04 19:47:49 +08:00
John Paul E. Balandan, CPA
879c30f414
Fix overlooked coding style violations
2022-09-04 19:44:31 +08:00
MGatner
e874fe60e7
Merge pull request #6478 from paulbalandan/blank-line-between-import-groups
2022-09-04 07:22:06 -04:00
kenjis
dbd1bac9a6
Merge pull request #6459 from kenjis/fix-docs-model-validation
...
docs: update Model validation
2022-09-04 17:28:57 +09:00
kenjis
a8072a51bb
Merge pull request #6475 from JavaDeveloperKiev/cachingBugFix
...
Fix broken caching system when array of allowed parameters used
2022-09-04 09:57:53 +09:00
Abdul Malik Ikhsan
51e67a7b23
Merge pull request #6477 from codeigniter4/dependabot/composer/rector/rector-0.14.1
...
chore(deps-dev): update rector/rector requirement from 0.14.0 to 0.14.1
2022-09-04 02:31:06 +07:00
Abdul Malik Ikhsan
5d3bd72539
re-run rector
...
Signed-off-by: Abdul Malik Ikhsan <samsonasik@gmail.com>
2022-09-04 02:09:10 +07:00
John Paul E. Balandan, CPA
e0515a8209
Enable blank_line_between_import_groups
2022-09-03 23:38:06 +08:00
dependabot[bot]
997be6d8a0
chore(deps-dev): update rector/rector requirement from 0.14.0 to 0.14.1
...
Updates the requirements on [rector/rector](https://github.com/rectorphp/rector ) to permit the latest version.
- [Release notes](https://github.com/rectorphp/rector/releases )
- [Commits](https://github.com/rectorphp/rector/compare/0.14.0...0.14.1 )
---
updated-dependencies:
- dependency-name: rector/rector
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-03 15:24:42 +00:00
John Paul E. Balandan, CPA
7b2ad9c20f
Merge pull request #6471 from paulbalandan/cs-fixer
...
Bump `friendsofphp/php-cs-fixer` to `~3.11.0`
2022-09-03 22:25:55 +08:00
John Paul E. Balandan, CPA
4369d209b7
Configure groups
option of phpdoc_separation
2022-09-03 20:21:49 +08:00
John Paul E. Balandan, CPA
b57909f8cb
Simplify coverage comment
2022-09-03 19:44:55 +08:00
John Paul E. Balandan, CPA
eb440742eb
Apply formatting fixes
2022-09-03 19:44:54 +08:00
John Paul E. Balandan, CPA
ec2dc1b6ce
Remove deprecated Nexus/space_after_comment_start
2022-09-03 19:44:54 +08:00
John Paul E. Balandan, CPA
846a5acc1c
Bump php-cs-fixer to ~3.11.0
2022-09-03 19:44:39 +08:00
kenjis
9cbe0a26e6
Merge pull request #6476 from kenjis/fix-docs-upgrade_420.rst
...
docs: add composer.json in Mandatory File Changes in upgrade_420.rst
2022-09-03 20:01:15 +09:00
kenjis
465422a23e
docs: add about composer.json autoload.psr-4
2022-09-03 08:36:31 +09:00
kenjis
924b3c4fa9
Merge pull request #6473 from paulbalandan/redis-incr
...
Fix redis cache increment/decrement methods
2022-09-03 07:06:48 +09:00
kenjis
e2606a80b7
Merge pull request #6472 from paulbalandan/shutdown-handler
...
Fix fatal error gets turned to `0` severity on shutdown handler
2022-09-03 07:05:56 +09:00
kenjis
62c5d80a81
Merge pull request #6467 from kenjis/fix-validation-json-data
...
fix: [Validation] JSON data may cause "Array to string conversion" error
2022-09-03 07:05:08 +09:00
kenjis
3eb0ea475d
Merge pull request #6463 from kenjis/deprecate-Cookie-withNeverExpiring
...
docs: deprecate Cookie::withNeverExpiring()
2022-09-03 07:02:55 +09:00
kenjis
f58db312fe
docs: fix incorrect explanation
...
The cleanRules() method controls whether to remove validation rules or not.
2022-09-03 06:57:50 +09:00
Kulakov Ivan
2b5dae8d5b
Create test for Cache Query String options
...
Signed-off-by: Kulakov Ivan <javaDeveloperKyiv@gmail.com>
2022-09-02 15:24:54 +03:00
Kulakov Ivan
4c48b59136
Fix broken caching system when array of allowed parameters used
...
Signed-off-by: Kulakov Ivan <javaDeveloperKyiv@gmail.com>
2022-09-02 15:22:45 +03:00
kenjis
8760a49311
fix: JSON data may cause "Array to string conversion" error
2022-09-02 12:45:56 +09:00
kenjis
dcd4ab9ac2
docs: remove @inheritDoc
2022-09-02 11:38:18 +09:00
kenjis
97d1a51112
docs: add deprecation of Cookie::withNeverExpiring()
2022-09-02 11:38:17 +09:00
kenjis
1fe22d1060
docs: fix namespace
2022-09-02 11:38:17 +09:00
kenjis
68157946bc
docs: add @deprecated
2022-09-02 11:38:17 +09:00
John Paul E. Balandan, CPA
698928a8e9
Fix redis cache increment/decrement methods
2022-09-02 10:30:36 +08:00
John Paul E. Balandan, CPA
f94fb2bcdd
Fix fatal error gets turned to 0
severity on shutdown handler
2022-09-02 10:29:16 +08:00
kenjis
3ba1eb5e64
Merge pull request #6470 from kenjis/fix-phpstan-errors
...
refactor: fix PHPStan errors
2022-09-02 11:16:19 +09:00
kenjis
1479d28787
refactor: fix PHPStan error
...
------ ------------------------------------------------------------------------------
Line system/Model.php
------ ------------------------------------------------------------------------------
657 Offset 'data' on array on left side of ?? always exists and is not nullable.
683 Offset 'data' on array on left side of ?? always exists and is not nullable.
------ ------------------------------------------------------------------------------
2022-09-02 10:00:30 +09:00
kenjis
f9571006bf
chore: remove ignore error patterns
...
The new version of PHPStan reported:
Ignored error pattern ... in path ... was not matched in reported errors.
2022-09-02 09:55:08 +09:00
kenjis
57385ea1bf
Merge pull request #6460 from kenjis/fix-test-restore-locales
...
test: restore changed locale in Time tests
2022-08-31 19:03:13 +09:00
kenjis
5b396dbd20
Merge pull request #6462 from kenjis/fix-Entity-phpdoc
...
docs: update PHPDoc in Entity
2022-08-31 18:02:36 +09:00
kenjis
528eed7f8b
test: fix invalid locale value
...
locale
Is a BCP 47 compliant language tag.
See https://www.php.net/manual/en/locale.setdefault.php
2022-08-31 17:59:00 +09:00
kenjis
69c407b38c
docs: update PHPDoc in Entity
2022-08-31 13:42:13 +09:00
kenjis
1aeb5b3ab4
test: restore changed locale in tearDown()
2022-08-31 10:17:28 +09:00
kenjis
9010060c6a
docs: update RST format
...
These are not PHP functions but methods.
2022-08-31 07:02:16 +09:00
kenjis
962a0c0c07
docs: add note for validation
2022-08-31 06:58:34 +09:00
kenjis
d955f831cc
docs: add a new section title
2022-08-31 06:52:30 +09:00
kenjis
a51b07c4c1
Merge pull request #6451 from kenjis/fix-docs-routing-namespace
...
docs: add about controllers namespace in routing
2022-08-30 21:10:33 +09:00
kenjis
e046890c45
docs: improve sample code
2022-08-30 20:56:12 +09:00
MGatner
cd4bc83977
Merge pull request #6452 from daycry/patch-1
2022-08-30 06:40:10 -04:00
daycry
426873f6a6
Update FileRules.php
2022-08-30 10:00:45 +02:00