Completed
Push — master ( 69cdc7...1c71ec )
by Werner
02:26 queued 30s
created
code/CDNRewriteRequestFilter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,8 +100,8 @@
 block discarded – undo
100 100
     /**
101 101
      * replaces links to assets in src and href attributes to point to a given cdn domain
102 102
      *
103
-     * @param $body
104
-     * @return mixed|void
103
+     * @param string $body
104
+     * @return string
105 105
      */
106 106
     public static function replaceCDN($body)
107 107
     {
Please login to merge, or discard this patch.