John Paul E. Balandan, CPA
836a5aa718
Merge pull request #6486 from paulbalandan/class-definition
...
Add `inline_constructor_arguments` option to `class_definition`
2022-09-04 21:24:37 +08:00
John Paul E. Balandan, CPA
7c13249499
Add inline_constructor_arguments
option to class_definition
2022-09-04 21:16:30 +08:00
John Paul E. Balandan, CPA
96b419896e
Merge pull request #6485 from paulbalandan/statement-indentation
...
Enable `statement_indentation`
2022-09-04 21:02:07 +08:00
John Paul E. Balandan, CPA
b0f79383fd
Enable statement_indentation
2022-09-04 20:59:23 +08:00
John Paul E. Balandan, CPA
681b13d5ca
Merge pull request #6483 from paulbalandan/no-useless-nullsafe-operator
...
Enable `no_useless_nullsafe_operator`
2022-09-04 20:48:44 +08:00
John Paul E. Balandan, CPA
70c3f145ae
Enable no_useless_nullsafe_operator
2022-09-04 20:46:14 +08:00
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