Completed
Push — master ( 3f4c4e...bb272b )
by Nicolaas
03:21
created
code/api/EdmundsAPI.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -21,6 +21,9 @@
 block discarded – undo
21 21
         return parent::__construct(Config::inst()->get("EdmundsAPI", "api_key"), self::$_cache);
22 22
     }
23 23
 
24
+    /**
25
+     * @param string $call
26
+     */
24 27
     public static function get_data($call, $params)
25 28
     {
26 29
         if (substr($call, 0, 1) !== "/") {
Please login to merge, or discard this patch.
code/EVCSelectPage.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -87,6 +87,9 @@
 block discarded – undo
87 87
     }
88 88
 
89 89
 
90
+    /**
91
+     * @param string $key
92
+     */
90 93
     public function getValue($key)
91 94
     {
92 95
         $value = Session::get("EVCSelectPage_".$key);
Please login to merge, or discard this patch.