Skip to content
This repository was archived by the owner on Nov 12, 2021. It is now read-only.

Commit 88052c6

Browse files
committed
BaseClassLoader: add return type annotation to getAndRemoveLookupEntries()
1 parent b0a714a commit 88052c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BaseClassLoader.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ public function addPath($path, $prepend = false){
6363
}
6464
}
6565

66+
67+
/**
68+
* @return string[]
69+
*/
6670
protected function getAndRemoveLookupEntries(){
6771
$entries = [];
6872
while($this->lookup->count() > 0){

0 commit comments

Comments
 (0)