Skip to content

Commit 108e686

Browse files
committed
Remove bad character
1 parent c265397 commit 108e686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SOB/CakeCached/Tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public function init(\SOB\Configuration $config) : static
7676

7777
if (\str_ends_with(\trim((string)$line), ';'))
7878
{
79-
$this->connection->execute($sql); // @phpstan-ignore-line
79+
$this->connection->execute($sql); // @phpstan-ignore-line
8080
$sql = '';
8181
}
8282
} // end foreach

0 commit comments

Comments
 (0)