Completed
Push — master ( 2ca721...ba231c )
by Christophe
02:14
created
src/Entity/Media.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -240,7 +240,7 @@
 block discarded – undo
240 240
     }
241 241
 
242 242
     /**
243
-     * @return string
243
+     * @return boolean
244 244
      */
245 245
     public function getExist()
246 246
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -276,7 +276,7 @@
 block discarded – undo
276 276
      */
277 277
     public function setFullPath($fullPath)
278 278
     {
279
-        $pattern = '#(' .DIRECTORY_SEPARATOR.')\1+#';
279
+        $pattern = '#('.DIRECTORY_SEPARATOR.')\1+#';
280 280
         $replacement = DIRECTORY_SEPARATOR;
281 281
         $fullPath = preg_replace($pattern, $replacement, $fullPath);
282 282
 
Please login to merge, or discard this patch.