diff --git a/.gitignore b/.gitignore index 6d57137..451138e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vendor/ /Config/Memcache.php +/.idea diff --git a/Library/HTML/Components.php b/Library/HTML/Components.php index 8830147..fb61743 100644 --- a/Library/HTML/Components.php +++ b/Library/HTML/Components.php @@ -117,7 +117,7 @@ public static function serverResponse($hostname, $port, $data) * * @return String */ - public static function apiList($iniAPI = '', $id) + public static function apiList($iniAPI, $id) { return ' +