Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 39e2268

Browse files
authored
Comment fix
1 parent a58a603 commit 39e2268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataCache.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ private function getFilesForClasses(ReflectionClass $class) {
100100
/**
101101
* Read commands data from cache
102102
*
103-
* @return ProxyCommand[]
103+
* @return string[]
104104
*/
105105
public function read() {
106106
return file_exists($this->cache_file)?include($this->cache_file):array();
107107
}
108108

109-
}
109+
}

0 commit comments

Comments
 (0)