Skip to content

Commit 2d521fb

Browse files
committed
use single quotes
1 parent 94dadcc commit 2d521fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Doctrine/ORM/Query/Exec/AbstractSqlExecutor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function __sleep(): array
8686
when unserializing data */
8787
return array_values(array_diff(array_map(function ($prop) {
8888
return str_replace("\0*\0", '', $prop);
89-
}, array_keys((array) $this)), ["_sqlStatements"]));
89+
}, array_keys((array) $this)), ['_sqlStatements']));
9090
}
9191

9292
public function __wakeup(): void

0 commit comments

Comments
 (0)