Passed
Push — master ( ebf50e...690715 )
by Patryk
07:56 queued 06:44
created
src/Calculate/CalculateInterface.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -4,16 +4,16 @@
 block discarded – undo
4 4
 
5 5
 interface CalculateInterface
6 6
 {
7
-    /**
8
-     * currency conversion, cache check and fixer.io api connection
9
-     *
10
-     * @param  string|array   $getFrom
11
-     * @param  string|array   $getTo
12
-     * @param  float          $amount
13
-     * @param  int            $short
14
-     * @param  bool           $isCache
15
-     * @param  int            $cacheTime
16
-     * @return string|array
17
-     */
18
-    public function getValues($from, $to, $amount, $short, $isCache, $cacheTime);
7
+	/**
8
+	 * currency conversion, cache check and fixer.io api connection
9
+	 *
10
+	 * @param  string|array   $getFrom
11
+	 * @param  string|array   $getTo
12
+	 * @param  float          $amount
13
+	 * @param  int            $short
14
+	 * @param  bool           $isCache
15
+	 * @param  int            $cacheTime
16
+	 * @return string|array
17
+	 */
18
+	public function getValues($from, $to, $amount, $short, $isCache, $cacheTime);
19 19
 }
Please login to merge, or discard this patch.