@@ 158-161 (lines=4) @@ | ||
155 | { |
|
156 | foreach ($this->composer->getClassMap() as $fqcn => $file) |
|
157 | { |
|
158 | if (Str::s($fqcn)->is($this->namespace.'*')) |
|
159 | { |
|
160 | $this->foundClasses[realpath($file)] = $fqcn; |
|
161 | } |
|
162 | } |
|
163 | } |
|
164 | ||
@@ 208-211 (lines=4) @@ | ||
205 | ->replace('/', '\\') |
|
206 | ->ensureLeft($ns); |
|
207 | ||
208 | if (Str::s($fqcn)->is($this->namespace.'*')) |
|
209 | { |
|
210 | $this->foundClasses[$file->getRealPath()] = $fqcn; |
|
211 | } |
|
212 | } |
|
213 | } |
|
214 | } |