John Paul E. Balandan, CPA
1fe58f029c
Merge pull request #6744 from paulbalandan/ubuntu-runner
...
Raise runner version to ubuntu-22.04
2022-10-24 23:12:09 +08:00
John Paul E. Balandan, CPA
031231e122
Merge pull request #6743 from kenjis/refactor-Database-connect
...
refactor: Database connect()
2022-10-24 22:44:37 +08:00
Abdul Malik Ikhsan
7c471f1ff8
Merge pull request #6748 from paulbalandan/unneeded-implements
...
Remove unneeded `implements`
2022-10-24 21:37:21 +07:00
John Paul E. Balandan, CPA
c18e488151
Remove unneeded implements
2022-10-24 21:49:44 +08:00
John Paul E. Balandan, CPA
a653cb001f
Disable rector parallel
2022-10-24 21:39:04 +08:00
John Paul E. Balandan, CPA
994407d3eb
Raise runner version to ubuntu-22.04
2022-10-24 18:07:29 +08:00
kenjis
c4acbfa666
Merge pull request #6747 from paul45/patch-1
...
docs: put grabFromDatabase() code in the right place in database.rst
2022-10-24 18:49:23 +09:00
paul45
91f38f9803
Update database.rst
...
put grabFromDatabase() code in the right place
2022-10-24 10:54:17 +02:00
John Paul E. Balandan, CPA
27fd250bc0
Merge pull request #6745 from paulbalandan/sql-server-2022
...
Use SQL Server 2022 in mssql image
2022-10-24 16:52:43 +08:00
John Paul E. Balandan, CPA
2c1aaf9d40
Merge pull request #6714 from paulbalandan/coveralls-failure
...
refactor: Coverage uploading to coveralls.io
2022-10-24 16:39:33 +08:00
kenjis
276aaa4d98
docs: add @phpstan-var non-empty-string
2022-10-24 12:53:36 +09:00
John Paul E. Balandan, CPA
e198294b68
Use SQL Server 2022 in mssql image
2022-10-23 23:39:42 +08:00
John Paul E. Balandan, CPA
8d1b65945e
Raise COVERAGE_PHP_VERSION to 8.1
2022-10-23 23:15:43 +08:00
John Paul E. Balandan, CPA
3bbdaa2335
Refactor coverage uploading
2022-10-23 23:13:23 +08:00
John Paul E. Balandan, CPA
020af6d2d2
Merge pull request #6724 from paulbalandan/fix-error-handler-callback
...
Fix error handler callback
2022-10-23 20:17:34 +08:00
John Paul E. Balandan, CPA
b5d69d1992
Add to changelog
2022-10-23 19:06:35 +08:00
John Paul E. Balandan, CPA
0db73bebd9
docs: reword copy-pasted description of callback
2022-10-23 19:04:17 +08:00
John Paul E. Balandan, CPA
2deabbfe1f
refactor: error handler callback to return false
2022-10-23 19:04:04 +08:00
John Paul E. Balandan, CPA
d5096b2af1
Merge pull request #6739 from paulbalandan/concurrency
...
Cancel running CI jobs when a PR is updated
2022-10-23 18:38:41 +08:00
Michal Sniatala
35e3664d61
fix: [SQLSRV] _getResult() return object for preparedQuery class ( #6718 )
...
* fix: _getResult() return object for preparedQuery class in sqlsrv
2022-10-23 09:08:16 +02:00
kenjis
ac18f868cf
refactor: remove unneeded &
...
The connection is an object.
2022-10-23 13:38:34 +09:00
kenjis
6c705f3079
docs: fix @param
2022-10-23 13:27:53 +09:00
kenjis
00dc9fdc21
refactor: add assert() for clarity
2022-10-23 13:27:06 +09:00
kenjis
ef713d775a
refactor: remove unneeded isset($config) check
2022-10-23 13:21:07 +09:00
kenjis
2456f676d6
refactor: remove unneeded if condition
2022-10-23 13:20:02 +09:00
kenjis
5dffe77537
refactor: add else
2022-10-23 13:12:53 +09:00
kenjis
02b5021979
refactor: move the line down
2022-10-23 13:07:16 +09:00
kenjis
90ad66f7b5
refactor: add ()
2022-10-23 13:03:40 +09:00
kenjis
9c5275ebf0
refactor: replace empty()
2022-10-23 13:03:04 +09:00
kenjis
fc96a6e8c2
refactor: stop reassignment
2022-10-23 13:02:31 +09:00
Abdul Malik Ikhsan
1024cfce71
Merge pull request #6740 from cijagani/develop
...
Fix some typos in request class example
2022-10-23 07:04:39 +07:00
chirag jagani
68b967b46d
Fix some typos in request class example
2022-10-22 23:39:24 +05:30
John Paul E. Balandan, CPA
7f53a86eaf
Cancel running CI jobs when a PR is updated
2022-10-22 22:53:55 +08:00
Andrew Dawes
ad495789ae
Fix several grammar errors and typos ( #6738 )
...
* Fixed several grammar errors and typos
* Update user_guide_src/source/tutorial/index.rst
* Update user_guide_src/source/installation/repositories.rst
Co-authored-by: kenjis <kenji.uui@gmail.com>
Co-authored-by: John Paul E. Balandan, CPA <paulbalandan@gmail.com>
2022-10-22 21:54:38 +08:00
Michal Sniatala
9cbf4805e4
fix: [Postgres] reset binds when replace() method is called multiple times in the context ( #6728 )
...
* fix: reset binds when replace() method is called multiple times in the context with Postgre driver
* add a reference to the issue in the test [ci skip]
2022-10-22 09:57:33 +02:00
kenjis
a3d3d9c2f6
Merge pull request #6733 from kenjis/fix-docs-since-v4.x.x
...
docs: make version notation consistent
2022-10-22 13:49:08 +09:00
kenjis
06154ce887
docs: make version notation consistent
...
Since v4.x.x, ...
Prior to v4.x.x, ...
This makes searching easier.
2022-10-22 08:45:14 +09:00
kenjis
09eca38d22
Merge pull request #6731 from kenjis/add-composer-suggest
...
chore: add extensions in suggest in composer.json
2022-10-21 21:13:03 +09:00
kenjis
fd911fe58b
Merge pull request #6732 from kenjis/fix-docs-database
...
docs: improve database
2022-10-21 20:42:40 +09:00
kenjis
51f4d4d0eb
docs: fix RST format
2022-10-21 13:23:36 +09:00
kenjis
c4be77e6cb
docs: add note of dots in database/table/column names
2022-10-21 13:23:04 +09:00
kenjis
ea293fa39e
chore: add extensions in suggest
2022-10-21 11:47:55 +09:00
Abdul Malik Ikhsan
abcde67909
Merge pull request #6729 from kenjis/fix-phpdoc-FormatterInterface
...
docs: fix `@return` type in FormatterInterface
2022-10-21 09:42:39 +07:00
kenjis
dd02faf203
docs: fix @return type
2022-10-21 07:41:25 +09:00
kenjis
15718619d2
Merge pull request #6715 from kenjis/fix-phpdoc-mixed
...
docs: fix PHPDoc type mixed
2022-10-21 05:29:25 +09:00
kenjis
533149960e
Merge pull request #6720 from kenjis/docs-add-htmx-ajax-header
...
docs: add how to add X-Requested-With header with htmx
2022-10-21 05:28:30 +09:00
kenjis
18206b175c
Merge pull request #6721 from kenjis/fix-phpdocs-form_helper
...
refactor: remove unneeded code in form_helper
2022-10-20 16:46:51 +09:00
kenjis
7e8c380a44
docs: add description
2022-10-20 16:43:33 +09:00
kenjis
e111502047
docs: update @param
2022-10-20 16:43:32 +09:00
kenjis
d21c65d1a8
docs: change @param to @phpstan-param
...
It seems PhpStorm does not support `@param 'html'`.
2022-10-20 16:43:32 +09:00