Completed
Push — master ( 29fc56...133c4b )
by Lars
05:39
created
src/CssToInlineStyles.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -290,7 +290,7 @@  discard block
 block discarded – undo
290 290
   /**
291 291
    * Process the loaded CSS
292 292
    *
293
-   * @param $css
293
+   * @param string $css
294 294
    *
295 295
    * @return array
296 296
    */
@@ -417,7 +417,7 @@  discard block
 block discarded – undo
417 417
   /**
418 418
    * remove charset from the string
419 419
    *
420
-   * @param $css
420
+   * @param string $css
421 421
    *
422 422
    * @return string
423 423
    */
@@ -633,7 +633,7 @@  discard block
 block discarded – undo
633 633
    * @param \DOMElement $element
634 634
    * @param array       $ruleProperties
635 635
    *
636
-   * @return array
636
+   * @return string
637 637
    */
638 638
   private function createPropertyChunks(\DOMElement $element, array $ruleProperties)
639 639
   {
Please login to merge, or discard this patch.