Skip to content

Commit cf9726d

Browse files
taylorotwellStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent f758b16 commit cf9726d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/DatabaseQueue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ protected function getLockForPopping()
253253
{
254254
$databaseEngine = $this->database->getPdo()->getAttribute(PDO::ATTR_DRIVER_NAME);
255255

256-
$databaseVersion = $this->database->getConfig('version') ??
256+
$databaseVersion = $this->database->getConfig('version') ??
257257
$this->database->getPdo()->getAttribute(PDO::ATTR_SERVER_VERSION);
258258

259259
if (($databaseEngine === 'mysql' && version_compare($databaseVersion, '8.0.1', '>=')) ||

0 commit comments

Comments
 (0)