Completed
Push — master ( 116950...d71541 )
by Rougin
02:30
created
src/Common/Tools.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -225,8 +225,8 @@
 block discarded – undo
225 225
 
226 226
         $libraries = explode(', ', end($match[1]));
227 227
 
228
-        if (in_array('\'' . $type . '\'', $libraries)) {
229
-            $position = array_search('\'' . $type . '\'', $libraries);
228
+        if (in_array('\''.$type.'\'', $libraries)) {
229
+            $position = array_search('\''.$type.'\'', $libraries);
230 230
 
231 231
             unset($libraries[$position]);
232 232
 
Please login to merge, or discard this patch.