Passed
Pull Request — develop (#115)
by Timothy
04:41
created
src/imagetransforms/ThumborImageTransform.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      *
51 51
      * @return string
52 52
      */
53
-     public static function getWebPUrl(string $url, Asset $asset, $transform, array $params = []): string
53
+        public static function getWebPUrl(string $url, Asset $asset, $transform, array $params = []): string
54 54
     {
55 55
         $builder = self::getUrlBuilderForTransform($asset, $transform, $params)
56 56
             ->addFilter('format', 'webp');
Please login to merge, or discard this patch.