John Paul E. Balandan, CPA
e04d17b390
Convert tabs to 4 spaces ( #4771 )
2021-06-04 22:51:52 +08:00
John Paul E. Balandan, CPA
ee8b8c0699
Use php-cs-fixer as coding style tool ( #4770 )
2021-06-04 22:10:54 +08:00
John Paul E. Balandan, CPA
a5fc431c84
Expand Query named binds recognition ( #4769 )
2021-06-04 20:33:34 +08:00
dependabot[bot]
3f3f5a0151
Update rector/rector requirement from 0.11.7 to 0.11.8 ( #4772 )
2021-06-04 06:48:38 +00:00
obelisk-services
8fbba76346
Set WarningsReturnAsErrors = 0 before connection ( #4762 )
...
* Set WarningsReturnAsErrors = 0 before connection
If there is a warning establishing the connection, it will treat it as an error and Codeigniter will throw an exception. It should be configured prior the first sql command.
* Removed extra whitespace
2021-06-03 02:18:49 +08:00
MGatner
6a2d5d6aec
Merge pull request #4766 from samsonasik/remove-var-from-const
...
[Rector] Remove @var from class constant
2021-06-02 10:49:26 -04:00
Abdul Malik Ikhsan
3e4e414326
[Rector] Remove @var from class constant by add custom Rector rule RemoveVarTagFromClassConstantRector
2021-06-02 10:47:44 +07:00
Abdul Malik Ikhsan
b0cf1f39d3
Merge pull request #4759 from samsonasik/apply-rector-var-constant-comment
...
[Rector] Apply Rector: VarConstantCommentRector
2021-06-01 17:54:35 +07:00
Abdul Malik Ikhsan
52a1823e58
remove @const
2021-06-01 17:43:57 +07:00
Abdul Malik Ikhsan
77d7d1bd3e
[Rector] Apply Rector: VarConstantCommentRector
2021-06-01 17:13:21 +07:00
Abdul Malik Ikhsan
638a5d7c29
Merge pull request #4756 from samsonasik/include_once_not_needed_on_config_no_namespace
...
[Autoloader] include_once is not needed on Autoloader::loadClass() with no namespace
2021-06-01 11:46:22 +07:00
Abdul Malik Ikhsan
81c54543b1
return false early on non-namespaced load class
2021-06-01 07:08:04 +07:00
Abdul Malik Ikhsan
a9d0ad83a7
[Autoloader] include_once is not needed on Autoloader::loadClass() with no namespace
2021-05-31 10:38:23 +07:00
MGatner
5fc58f91c3
Merge pull request #4755 from michalsn/fix/imagemagick-build
...
Fix imagemagick build
2021-05-30 14:55:22 -04:00
michalsn
d6ff2391c2
Fix imagemagick build
2021-05-30 19:57:14 +02:00
Abdul Malik Ikhsan
b0552ba0cc
Merge pull request #4752 from samsonasik/apply-rector-move-variable
...
[Rector] Apply Rector: MoveVariableDeclarationNearReferenceRector
2021-05-30 13:18:37 +07:00
Abdul Malik Ikhsan
ab11e7a9a8
[Rector] Apply Rector: MoveVariableDeclarationNearReferenceRector
2021-05-30 06:04:42 +07:00
MGatner
2c3f989776
Merge pull request #4749 from MGatner/sqlite-nullable
...
SQLite3 "nullable"
2021-05-27 11:37:15 -04:00
MGatner
d355030944
Correct attribute name, fixes #4746
2021-05-27 14:27:06 +00:00
MGatner
1b5f05e63a
Merge pull request #4742 from MGatner/ttl
...
Add default TTL
2021-05-27 08:22:09 -04:00
John Paul E. Balandan, CPA
4240a41319
Merge pull request #4747 from samsonasik/remove-variable-response
...
Remove $response variable at ControllerResponse::__construct() as never defined
2021-05-27 18:21:07 +08:00
Abdul Malik Ikhsan
b766e46c26
Remove $response variable at ControllerResponse as never defined
2021-05-27 16:28:47 +07:00
Abdul Malik Ikhsan
76c797679f
Merge pull request #4743 from samsonasik/rector-list-to-aray-destruct
...
[Rector] Apply Rector : ListToArrayDestructRector
2021-05-26 19:28:15 +07:00
John Paul E. Balandan, CPA
5eb219e2a2
Merge pull request #4745 from samsonasik/use-variable-paths-config
...
Use variable for Config/Paths config to reduce repetitive definition
2021-05-26 20:13:57 +08:00
John Paul E. Balandan, CPA
1c4872ceeb
Merge pull request #4734 from paulbalandan/env-spark-command
...
Add environment spark command
2021-05-26 20:13:16 +08:00
Abdul Malik Ikhsan
d60a5b7986
doc fix
2021-05-26 17:15:13 +07:00
Abdul Malik Ikhsan
f92665b3e2
Use variable for Config/Paths config to reduce repetitive definition
2021-05-26 17:08:40 +07:00
Abdul Malik Ikhsan
ed5aa8c814
[Rector] Apply Rector : ListToArrayDestructRector
2021-05-26 13:29:51 +07:00
MGatner
6d20b53eb4
Add default TTL
2021-05-25 17:53:30 +00:00
John Paul E. Balandan, CPA
2e96bdeda7
Check $_SERVER first for env value
2021-05-26 00:51:48 +08:00
John Paul E. Balandan, CPA
827a412a19
Add note to contributors about the env file
2021-05-26 00:46:01 +08:00
MGatner
59e34a1757
Merge pull request #4716 from MGatner/uri-string
...
Replace URI string casts
2021-05-25 11:46:51 -04:00
MGatner
0eff7701e8
Merge pull request #4715 from MGatner/curl-base
...
Format URI directly
2021-05-25 11:46:30 -04:00
John Paul E. Balandan, CPA
e3d77f9cbb
Merge pull request #4736 from paulbalandan/cookie-bc
...
Fix setting of value in Cookie's flag attributes
2021-05-25 23:45:51 +08:00
MGatner
94e09139f5
Merge pull request #4739 from codeigniter4/is-cli-detection
...
Additional check for `$argv` variable when detecting CLI
2021-05-25 11:15:56 -04:00
John Paul E. Balandan, CPA
5bd41fbbe9
Merge pull request #4735 from jeromegamez/import-statements
...
Add missing imports
2021-05-25 20:57:34 +08:00
John Paul E. Balandan, CPA
5f43ff06f3
Merge pull request #4740 from totoprayogo1916/helper-array
...
update return sample of `dot array_search()`
2021-05-25 20:57:09 +08:00
Toto
93f0ffa1dc
update return sample
2021-05-25 19:45:33 +07:00
John Paul E. Balandan, CPA
d48dc2acae
Additional check for $argv
variable when detecting CLI
2021-05-25 20:40:59 +08:00
MGatner
be99e5ecbc
Merge pull request #4737 from jeromegamez/variable-declarations
2021-05-25 08:00:09 -04:00
John Paul E. Balandan, CPA
76fe1c737c
Add environment spark command
2021-05-25 15:07:59 +08:00
Jérôme Gamez
53ef356b1c
Ensure variable declarations
2021-05-25 00:21:39 +02:00
John Paul E. Balandan, CPA
5516434e03
Fix errors in cookie docs
2021-05-25 02:58:09 +08:00
John Paul E. Balandan, CPA
54c9f45c50
Fix default values for cookie flag attributes
2021-05-25 02:57:50 +08:00
Jérôme Gamez
ee176f896d
Add missing imports
2021-05-24 20:39:50 +02:00
Abdul Malik Ikhsan
6bacf2c4b6
Merge pull request #4729 from jeromegamez/coalesce
...
Replace `isset()` with the `??` null coalesce operator
2021-05-24 18:31:13 +07:00
MGatner
a0f6c3d00f
Merge pull request #4726 from MGatner/uri
2021-05-24 07:30:08 -04:00
Abdul Malik Ikhsan
5c6f396199
Merge pull request #4731 from jeromegamez/always-true
...
Remove explicit condition that is always true
2021-05-24 18:28:51 +07:00
Jérôme Gamez
1e5b7d0b5b
Remove explicit condition that is always true
2021-05-24 12:49:27 +02:00
Jérôme Gamez
3ee7705610
Replace isset() with the ??
null coalesce operator
2021-05-24 12:44:56 +02:00