Passed
Push — master ( bd4635...2a93b4 )
by WEBEWEB
04:09
created
Exception/HighchartsFileNotFoundException.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -19,13 +19,13 @@
 block discarded – undo
19 19
  */
20 20
 final class HighchartsFileNotFoundException extends AbstractHighchartsException {
21 21
 
22
-	/**
23
-	 * Constructor.
24
-	 *
25
-	 * @param string $filename The file name.
26
-	 */
27
-	public function __construct($filename) {
28
-		parent::__construct("The file \"" . $filename . "\" was not found");
29
-	}
22
+    /**
23
+     * Constructor.
24
+     *
25
+     * @param string $filename The file name.
26
+     */
27
+    public function __construct($filename) {
28
+        parent::__construct("The file \"" . $filename . "\" was not found");
29
+    }
30 30
 
31 31
 }
Please login to merge, or discard this patch.