Skip to content

Commit e73a226

Browse files
committed
getVerifyList returns by reference
1 parent a033b90 commit e73a226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VerifierServer/SS14PersistentState.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ protected function initializeDatabase(): void
8585
*
8686
* @throws PDOException If there is an error executing the query or fetching the data from the database.
8787
*/
88-
public function getVerifyList(bool $getLocalCache = false): array
88+
public function &getVerifyList(bool $getLocalCache = false): array
8989
{
9090
if ($this->storageType === 'filesystem' || $getLocalCache) {
9191
return isset($this->verifyList)

0 commit comments

Comments
 (0)