Skip to content

Commit 87038de

Browse files
committed
AddSkip
1 parent e47fd07 commit 87038de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Database/Database.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ function (mixed $value) {
545545
* @param string|null $value
546546
* @return array|null
547547
*/
548-
function (?string $value, bool $skip) {
548+
function (?string $value) {
549549
if ($value === null) {
550550
return null;
551551
}
@@ -573,7 +573,7 @@ function (mixed $value) {
573573
* @param string|null $value
574574
* @return array|null
575575
*/
576-
function (?string $value, bool $skip) {
576+
function (?string $value) {
577577
if (is_null($value)) {
578578
return null;
579579
}
@@ -601,7 +601,7 @@ function (mixed $value) {
601601
* @param string|null $value
602602
* @return array|null
603603
*/
604-
function (?string $value, bool $skip) {
604+
function (?string $value) {
605605
if (is_null($value)) {
606606
return null;
607607
}

0 commit comments

Comments
 (0)