Completed
Push — master ( b48be1...d4a5f8 )
by Lars
03:16
created
src/CssToInlineStyles.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -794,16 +794,16 @@
 block discarded – undo
794 794
   }
795 795
 
796 796
   /**
797
-       * Set use of inline link block
798
-       * If this is enabled the class will use the links reference in the HTML.
799
-       *
800
-       * @return void
801
-       * @param  bool [optional] $on Should we process link styles?
802
-       */
797
+   * Set use of inline link block
798
+   * If this is enabled the class will use the links reference in the HTML.
799
+   *
800
+   * @return void
801
+   * @param  bool [optional] $on Should we process link styles?
802
+   */
803 803
     public function setLoadCSSFromHTML($on = true)
804
-     {
805
-         $this->loadCSSFromHTML = (bool) $on;
806
-     }
804
+      {
805
+          $this->loadCSSFromHTML = (bool) $on;
806
+      }
807 807
 
808 808
   /**
809 809
    * Set strip original style tags
Please login to merge, or discard this patch.