| @@ 198-204 (lines=7) @@ | ||
| 195 | *  | 
                                |
| 196 | * @return mixed  | 
                                |
| 197 | */  | 
                                |
| 198 | protected function getAdapterType(AdapterInterface $adapter)  | 
                                |
| 199 |     { | 
                                |
| 200 | $class = get_class($adapter);  | 
                                |
| 201 |         $namespaceArray = explode("\\", $class); | 
                                |
| 202 | ||
| 203 | return array_pop($namespaceArray);  | 
                                |
| 204 | }  | 
                                |
| 205 | }  | 
                                |
| @@ 170-176 (lines=7) @@ | ||
| 167 | return [];  | 
                                |
| 168 | }  | 
                                |
| 169 | ||
| 170 | protected function getAdapterType(AdapterInterface $adapter)  | 
                                |
| 171 |     { | 
                                |
| 172 | $class = get_class($adapter);  | 
                                |
| 173 |         $namespaceArray = explode("\\", $class); | 
                                |
| 174 | ||
| 175 | return array_pop($namespaceArray);  | 
                                |
| 176 | }  | 
                                |
| 177 | ||
| 178 | protected function formatPath()  | 
                                |
| 179 |     { | 
                                |