Completed
Pull Request — v3 (#478)
by
unknown
04:31
created
src/GameQ/Filters/Stripcolors.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
      *
107 107
      * @param string $string
108 108
      */
109
-	protected function stripSource(&$string)
109
+    protected function stripSource(&$string)
110 110
     {
111 111
         $string = strip_tags($string);
112 112
     }
Please login to merge, or discard this patch.