8183 Commits

Author SHA1 Message Date
ping-yee
be62e2ed5f
Dev: remove the useless comment and add some type for the properties. 2023-08-04 00:04:16 +08:00
ping-yee
47f0f157b2
dev: change the properties type. 2023-08-02 18:06:17 +08:00
ping-yee
2d0fbffba0
Dev: change the type. 2023-08-02 17:55:05 +08:00
ping-yee
e5d1848d3c
Dev: Remove the config ignore errors. 2023-08-02 17:27:56 +08:00
Denny Septian Panggabean
3b07babded
docs: PHPStan Cache no type specified 2023-08-02 08:29:18 +07:00
Denny Septian Panggabean
82a8df20e1
docs: PHPStan model no type specified 2023-07-31 09:00:16 +07:00
Denny Septian Panggabean
52ebe5b491
fix: phpstan CLI no type specified 2023-07-30 22:56:35 +07:00
kenjis
efdfd98136
Prep for 4.3.7 release 2023-07-30 16:53:20 +09:00
John Paul E. Balandan, CPA
68a0907589
Add types to Autoloader 2023-07-29 20:45:23 +08:00
John Paul E. Balandan, CPA
1890d05b99
docs: replace U+2019 with U+0060 2023-07-27 11:30:45 +08:00
kenjis
48d5dedefd
Merge pull request #7725 from kenjis/fix-sensitiveDataInTrace
fix: $sensitiveDataInTrace does not work
2023-07-26 06:12:02 +09:00
kenjis
246eba4c6f
fix: wrong Config classname to config() 2023-07-25 13:56:29 +09:00
John Paul E. Balandan, CPA
96ed87356c
refactor: services function actually returns object|null 2023-07-21 20:37:30 +08:00
kenjis
29af186d90
fix: maskSensitiveData() may mask backtrace data like file 2023-07-21 15:28:32 +09:00
kenjis
6b624d6746
fix: $sensitiveDataInTrace does not work 2023-07-21 14:16:27 +09:00
kenjis
6a7e8020e1
Merge pull request #7697 from kenjis/docs-add-comments-Cache-Handlers
docs: add comments to Cache Handler constructors
2023-07-18 17:37:33 +09:00
kenjis
70eade012c
Merge pull request #7691 from kenjis/fix-model-validation
fix: [Model] setValidationRule() cannot use with ruleGroup
2023-07-16 14:53:29 +09:00
kenjis
e37b134f72
Merge pull request #7702 from kenjis/refactor-config-Paths
refactor:  replace `config(Paths::class)`
2023-07-16 14:52:46 +09:00
kenjis
c9c82b250d
Merge pull request #7701 from sba/number_to_amount
Fix number comparison in number_to_amount() in number_helper.php
2023-07-16 14:51:51 +09:00
Stefan Bauer
60b76e8834
Update number_helper.php
Optional nullable parameter in PHPDoc
2023-07-13 11:11:55 +02:00
Stefan Bauer
cdf6b225f4
Update number_helper.php 2023-07-13 09:12:38 +02:00
kenjis
46a2703e61
refactor: use new Paths() instead of config()
`new Paths()` is faster than config(), and Paths is immutable.
2023-07-13 16:03:34 +09:00
kenjis
bed018a674
refactor: improve parameter name 2023-07-12 14:15:49 +09:00
kenjis
9c62817dca
refactor: remove if 2023-07-12 13:21:12 +09:00
kenjis
6d2cefc60c
fix: $cliRoutes contains only CLI routes, not '*' routes 2023-07-12 13:21:12 +09:00
kenjis
f96e13200e
fix: prohibit CLI route with parameterized method 2023-07-12 13:21:12 +09:00
kenjis
c95912e11a
fix: auto-routing legacy with $routes->add() behavior
If you $routes->add(), the controller was inaccessible with auto-routing legacy.
2023-07-12 13:21:11 +09:00
kenjis
00661b9cc2
docs: add comments 2023-07-12 12:15:01 +09:00
kenjis
d778ec388a
Merge pull request #7686 from kenjis/fix-view-cells-same-short-name
fix: [ViewCells] when there are cells with the same short name, only the first cell is loaded
2023-07-12 06:43:23 +09:00
kenjis
c72fa247c7
fix: setValidationRule() cannot use with ruleGroup 2023-07-10 13:28:22 +09:00
John Paul E. Balandan, CPA
bc2c9539e9
refactor: [Redis Cache] fix phpstan baseline error 2023-07-09 17:19:50 +08:00
kenjis
c193ce7ccd
fix: view_cell() cannot load classes with the same short name 2023-07-09 09:35:29 +09:00
John Paul E. Balandan, CPA
b815c486e7
Merge pull request #7667 from paulbalandan/refactor-file-handler-cache
refactor: [Cache] simplify code of `FileHandler::getItem()`
2023-07-08 02:19:09 +08:00
John Paul E. Balandan, CPA
78ff86fafb
refactor: simplify code of FileHandler::getItem() 2023-07-07 14:45:29 +08:00
kenjis
f61b41da51
fix: normailze params
If you call view_cell() with param ['param1' => 'value1'], and call
with param 'param1=value1', they should be one cache.
2023-07-07 05:43:04 +09:00
kenjis
6d13ca95d7
docs: add @param 2023-07-06 16:02:47 +09:00
kenjis
eb22231b89
docs: improve comments in Validation 2023-07-05 16:24:12 +09:00
kenjis
9f1fdc6486
docs: fix @return in FileCollection 2023-07-05 16:23:38 +09:00
kenjis
96d92dd808
docs: fix @param in MessageTrait 2023-07-05 16:23:17 +09:00
kenjis
563ef33661
docs: fix @param in RouteCollection 2023-07-05 16:22:57 +09:00
kenjis
684e478edf
docs: fix @return in ResponseTrait 2023-07-05 16:22:35 +09:00
kenjis
b6ed0ae91a
docs: fix @param in MessageInterface 2023-07-05 16:22:14 +09:00
kenjis
2cda17f9e4
docs: fix @param in CURLRequest 2023-07-05 16:21:49 +09:00
kenjis
960cb91340
docs: fix @param in URI 2023-07-05 16:21:23 +09:00
kenjis
97dfb4a1e7
docs: fix @var in UserAgent 2023-07-05 16:20:48 +09:00
kenjis
90089c90bb
docs: fix versions of @deprecated 2023-07-05 16:20:10 +09:00
kenjis
ab19d07cfa
docs: fix typo in OCI8\Connection 2023-07-05 16:19:19 +09:00
kenjis
752eddcf76
docs: fix @return in FilterInterface 2023-07-05 16:18:57 +09:00
kenjis
d91fb77195
docs: fix @param in CLIRequest 2023-07-05 16:18:31 +09:00
kenjis
73d39974a9
Merge pull request #7602 from kenjis/fix-FeatureTestTrait-params-type
fix: FeatureTestTrait may change $params values passed to call(), and a few bug fixes
2023-07-05 07:54:38 +09:00