22401 Commits

Author SHA1 Message Date
Abdul Malik Ikhsan
6644b79927
chore: fix ci run 2024-12-13 23:50:15 +07:00
Abdul Malik Ikhsan
94e57df8f5
chore: preparation for PHPStan 2: remove CheckUseStatementsAfterLicenseRule 2024-12-13 23:47:37 +07:00
Denny Septian Panggabean
0f5de2782f
refactor: followup style variable array (#9319) 2024-12-12 20:54:59 +08:00
Michal Sniatala
9bc61b3b2f
fix: check if defined WRITEPATH exists (#9317)
* fix: check if defined WRITEPATH exists

* cs fix

* Update system/Boot.php

Co-authored-by: Pooya Parsa <pooya_parsa_dadashi@yahoo.com>

* cs fix

---------

Co-authored-by: Pooya Parsa <pooya_parsa_dadashi@yahoo.com>
2024-12-12 08:26:35 +01:00
Abdul Malik Ikhsan
e9bb603940
Merge pull request #9316 from paulbalandan/implicit-array-creation
refactor: fix implicit array creation
2024-12-12 02:25:17 +07:00
John Paul E. Balandan, CPA
c06d9281d9
refactor: fix implicit array creation 2024-12-12 01:05:08 +08:00
Abdul Malik Ikhsan
0b0126cf8d
Merge pull request #9314 from paulbalandan/rename-controller-to-Controller
refactor: rename `controller` to `Controller`
2024-12-11 23:49:09 +07:00
Abdul Malik Ikhsan
f5200b54cc
Merge pull request #9315 from paulbalandan/method-namecase
refactor: fix `method.nameCase` errors
2024-12-11 23:48:39 +07:00
John Paul E. Balandan, CPA
64c8fcefb7
refactor: fix method.nameCase errors 2024-12-12 00:29:57 +08:00
John Paul E. Balandan, CPA
562ddf2e89
refactor: rename controller to Controller 2024-12-12 00:21:45 +08:00
Abdul Malik Ikhsan
8fc60e755d
Merge pull request #9313 from paulbalandan/fix-phpdoc-parse-error
refactor: fix `phpDoc.parseError` errors
2024-12-11 21:12:07 +07:00
Abdul Malik Ikhsan
be824e398c
Merge pull request #9312 from paulbalandan/rename-stdclass-to-stdClass
refactor: rename `stdclass` to `stdClass`
2024-12-11 21:11:05 +07:00
John Paul E. Balandan, CPA
2927788803
refactor: fix phpdoc.parseError errors 2024-12-11 18:58:28 +08:00
John Paul E. Balandan, CPA
107e2b3ff9
refactor: rename stdclass to stdClass 2024-12-11 18:43:24 +08:00
Michal Sniatala
539436f58d
fix: primary key mapping in the model for the entity (#9307)
* fix primary key mapping for the entity in the model

* fix phpstan

* update comment in the code
2024-12-11 08:35:20 +01:00
neznaika0
dae379fad2
refactor: fix phpstan signature for Closure (#9304) 2024-12-10 22:11:08 +08:00
Abdul Malik Ikhsan
124a7e6443
Merge pull request #9303 from samsonasik/refactor-apply-code-quality-level-27
refactor: Apply code quality level 31 for rector
2024-12-07 18:18:33 +07:00
Abdul Malik Ikhsan
608b869a20
refactor: enable level 31: ThrowWithPreviousExceptionRector 2024-12-07 17:46:25 +07:00
Abdul Malik Ikhsan
37e63299f5
refactor: skip CompactToVariablesRector 2024-12-07 17:42:53 +07:00
Abdul Malik Ikhsan
21b8877620
refactor: Apply code quality level 27 for rector 2024-12-05 23:58:11 +07:00
Michal Sniatala
0d3c3b1197
docs: update note about required filters (#9298)
* docs: update note about required filters

* Update user_guide_src/source/incoming/filters.rst

Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>

---------

Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
2024-12-04 07:44:14 +01:00
Osman Bozdag
8cf0fa1593
docs: Fix $indexPage param explanations in helpers/html_helper.rst (#9162) 2024-12-02 19:49:38 +08:00
TechnoKa
695829c52f
Update create_news_items/001.php (#9297)
Updated Filters configuration to explicitly declare the $methods property as an array, ensuring compatibility with strict typing in PHP.
2024-12-02 07:18:38 +01:00
John Paul E. Balandan, CPA
4c8b78215e
Merge pull request #9296 from paulbalandan/curl-base-uri
refactor: use `baseURI` instead of `base_uri`
2024-12-02 00:20:03 +08:00
John Paul E. Balandan, CPA
0b2c6f816c
Merge pull request #9295 from paulbalandan/config-check
test: refactor `ConfigCheckTest`
2024-12-02 00:19:18 +08:00
John Paul E. Balandan, CPA
9bbe30f5be
delete useless test 2024-11-30 23:08:00 +08:00
John Paul E. Balandan, CPA
02e75eb6dd
refactor: use baseURI instead of base_uri 2024-11-30 22:48:30 +08:00
John Paul E. Balandan, CPA
4713282134
test: refactor ConfigCheckTest 2024-11-30 22:24:28 +08:00
John Paul E. Balandan, CPA
17fa4d0d4b
Merge pull request #9279 from ping-yee/9043_pg_ping()
fix: `Postgre\Connection::reconnect()` `TypeError` in `pg_ping()`
2024-11-30 22:21:13 +08:00
ping-yee
0c9799fe45
docs: change the change log. 2024-11-30 22:08:57 +08:00
ping-yee
ace329fe5a
fix: rebase. 2024-11-30 22:08:35 +08:00
ping-yee
99b10314c8
fix: fix the reconnect function. 2024-11-30 22:08:05 +08:00
John Paul E. Balandan, CPA
d81f4c5391
Merge pull request #8863 from obozdag/patch-4
docs: Small typos in libraries/pagination.rst
2024-11-30 22:02:07 +08:00
obozdag
676b0247e7
docs: Small typos in libraries/pagination.rst
Small typos in libraries/pagination.rst
2024-11-30 02:43:44 +08:00
John Paul E. Balandan, CPA
700ba29616
Merge pull request #9294 from paulbalandan/phpstan-1.12
refactor: use `Superglobals` in setting 'REQUEST_METHOD' in `FeatureT…
2024-11-30 01:47:24 +08:00
John Paul E. Balandan, CPA
74d3b2819e
refactor: use Superglobals in setting 'REQUEST_METHOD' in FeatureTestTrait 2024-11-30 01:23:07 +08:00
John Paul E. Balandan, CPA
979ba49591
Merge pull request #9285 from ping-yee/8526_curlRequest
fix: [CURLRequest] body contains "HTTP/1.0 200 Connection established"
2024-11-30 01:01:58 +08:00
John Paul E. Balandan, CPA
72f6a78f9d
Merge pull request #9287 from JulianAtkins/develop
fix: `ResponseInterface::setJSON()` also accepts objects
2024-11-30 01:01:40 +08:00
ping-yee
5e14d16616
docs: add the change log. 2024-11-28 20:57:31 +08:00
Abdul Malik Ikhsan
713c869578
Merge pull request #9288 from samsonasik/refactor-remove-cast-is-array
refactor: remove unused (array) cast on array
2024-11-21 10:02:23 +07:00
Abdul Malik Ikhsan
978ca3df1e
refactor: remove unused (array) cast on array 2024-11-21 09:46:33 +07:00
Julian Atkins
d1d5b7f295
fix: The function setJSON also accepts objects 2024-11-18 22:58:38 +02:00
ping-yee
55c3998747
fix: extend the curl header handle. 2024-11-18 16:55:29 +08:00
Michal Sniatala
27ae8bb0ae
fix: DownloadResponse cache headers (#9237)
* fix: `DownloadResponse` cache headers

* update phpstan-baseline
2024-11-17 10:50:41 +01:00
Michal Sniatala
bb5f925ca4
fix: respect complex language strings when using validation (#9201)
* fix: respect complex language strings when using validation

* cs fix

* changelog update
2024-11-17 10:50:15 +01:00
neznaika0
417cbd2198
refactor: Fix phpstan errors related to Autoloader (#9249)
* refactor: Fix `phpstan` errors related to `Autoloader`

* fix: Update @ignore-line

* fix: Save `realpath()` as variable

* refactor: `phpstan` strict comparison

* fix: Restore check helpers
2024-11-17 10:49:47 +01:00
Ping-yee
42801e7402
docs: allow boolean values in the model for PHPStan (#9276)
* docs: add the type to row_array in model.

* fix: fix the ignore.
2024-11-17 10:44:59 +01:00
Ping-yee
4ca4204e54
fix: curl request crashes with params that give an int once hexed. (#9198)
* fix: handle hex2bin() function input.

* docs: add a comment out.
2024-11-16 00:22:21 +08:00
Abdul Malik Ikhsan
fcf37d6ce2
Merge pull request #9251 from neznaika0/fix-fetch-global-request
fix: `fetchGlobal()` with numeric key
2024-11-13 09:17:36 +07:00
Abdul Malik Ikhsan
9b6de62f40
Merge pull request #9264 from samsonasik/refactor-apply-code-quality-level-24-for-rector
refactor: Apply code quality level 24 for Rector
2024-11-12 15:44:46 +07:00