Passed
Push — lqip ( ff94c1 )
by Arnaud
04:49
created
src/Assets/Image.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
      *
107 107
      * @throws RuntimeException
108 108
      */
109
-    public static function getLqip(Asset $asset, string $type = 'data'): string|Asset
109
+    public static function getLqip(Asset $asset, string $type = 'data'): string | Asset
110 110
     {
111 111
         if ($asset['type'] !== 'image') {
112 112
             throw new RuntimeException(sprintf('can\'t create LQIP of "%s": it\'s not an image file.', $asset['path']));
Please login to merge, or discard this patch.