We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a033b90 commit e73a226Copy full SHA for e73a226
1 file changed
src/VerifierServer/SS14PersistentState.php
@@ -85,7 +85,7 @@ protected function initializeDatabase(): void
85
*
86
* @throws PDOException If there is an error executing the query or fetching the data from the database.
87
*/
88
- public function getVerifyList(bool $getLocalCache = false): array
+ public function &getVerifyList(bool $getLocalCache = false): array
89
{
90
if ($this->storageType === 'filesystem' || $getLocalCache) {
91
return isset($this->verifyList)
0 commit comments