10 Commits

Author SHA1 Message Date
neznaika0
8cff0995de
refactor: fix phpstan only boolean allowed (#9302)
* refactor: Fix `phpstan` boolean errors

* fix: Check predis response

* refactor: Improve comparison with an empty string

* dev: Update phpstan-baseline

* fix: Revert comparison with null
2024-12-28 20:21:06 +08:00
John Paul E. Balandan, CPA
8fa419fdad
refactor: Reflection*::setAccessible() is now no-op in PHP 8.1 (#9331) 2024-12-19 16:29:59 +08:00
kenjis
fff4508121
Merge remote-tracking branch 'upstream/develop' into 4.5
Conflicts:
	system/HTTP/CLIRequest.php
	system/HTTP/IncomingRequest.php
	system/Model.php
	user_guide_src/source/changelogs/index.rst
	user_guide_src/source/installation/upgrading.rst
2024-01-28 09:08:28 +09:00
John Paul E. Balandan, CPA
05052527b0
style: apply new options to phpdoc_align fixer 2024-01-28 00:37:13 +08:00
kenjis
25ec3df976
refactor: add declare(strict_types=1) to system files 2023-11-30 16:14:48 +09:00
Hsuan
7d04deb1fd
Fix: Remove the ignore errors of Traits. 2023-08-08 22:01:19 +08:00
Hsuan
f853a5842d
run php-cs-fixer & analyse no error 2023-08-08 19:30:57 +08:00
Hsuan
4c9c3cbc2c
fix: Remove the ignore errors of View in phpstan. 2023-08-08 13:57:55 +08:00
Lonnie Ezell
5c968d626f
feat: Controlled Cells (#6620)
* wip

* wip

* Added controlled cells.

* styles fixes

* User guide fix

* more style fixes

* annoying style fixes

* make rector happy

* more rector
2022-10-04 12:30:49 -05:00
Lonnie Ezell
eb2138376b
When/WhenNot methods for db in a trait (#6574)
* Added when and whenNot functions to db builder, through a trait.

* Apply suggestions from code review

Co-authored-by: MGatner <mgatner@icloud.com>
Co-authored-by: kenjis <kenji.uui@gmail.com>

* Apply suggestions from code review

Co-authored-by: kenjis <kenji.uui@gmail.com>

* Update system/Traits/ConditionalTrait.php

Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>

* Update docblocks

* Stan fixes

* docs: fix mistake when `git rebase`

Co-authored-by: MGatner <mgatner@icloud.com>
Co-authored-by: kenjis <kenji.uui@gmail.com>
Co-authored-by: John Paul E. Balandan, CPA <51850998+paulbalandan@users.noreply.github.com>
2022-09-29 23:17:56 -05:00