Passed
Push — master ( 456ac3...51e303 )
by Patryk
04:25 queued 03:18
created
src/ConverterInterface.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -4,14 +4,14 @@
 block discarded – undo
4 4
 
5 5
 interface ConverterInterface
6 6
 {
7
-    /**
8
-     * initial currency conversion
9
-     *
10
-     * @param  string|array $from
11
-     * @param  string|array $to
12
-     * @param  float        $amount
13
-     * @param  bool         $short
14
-     * @return string|array
15
-     */
16
-    public function cconv($from, $to, $amount);
7
+	/**
8
+	 * initial currency conversion
9
+	 *
10
+	 * @param  string|array $from
11
+	 * @param  string|array $to
12
+	 * @param  float        $amount
13
+	 * @param  bool         $short
14
+	 * @return string|array
15
+	 */
16
+	public function cconv($from, $to, $amount);
17 17
 }
Please login to merge, or discard this patch.