Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
parent
87f5324761
commit
cd8185960b
@ -159,7 +159,7 @@ class Controller {
|
||||
* @param string $status
|
||||
* @return void
|
||||
*/
|
||||
public function login($status="")
|
||||
public function login($status = "")
|
||||
{
|
||||
$message = "";
|
||||
|
||||
|
@ -268,7 +268,7 @@ class AnimeCollection extends DB {
|
||||
*/
|
||||
private function json_import()
|
||||
{
|
||||
if ( ! file_exists('import.json') || ! $this->valid_database)
|
||||
if ( ! file_exists('import.json') || ! $this->valid_database)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user