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

Commit b248eb1

Browse files
authored
Merge pull request #2 from imponeer/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2 parents d63b4a5 + 40b3379 commit b248eb1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DataCache.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ private function getFilesForClasses(ReflectionClass $class) {
102102
*
103103
* @return ProxyCommand[]
104104
*/
105-
public function read()
106-
{
105+
public function read() {
107106
return file_exists($this->cache_file)?include($this->cache_file):array();
108107
}
109108

0 commit comments

Comments
 (0)