mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-05 17:08:56 +02:00
Text files should end with a newline character.
This commit is contained in:
@@ -52,4 +52,4 @@ abstract class AbstractCommand
|
||||
{
|
||||
return $this->config;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -122,4 +122,4 @@ class InstallCommand extends AbstractCommand
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,5 +45,4 @@ class UpdateCommand extends AbstractCommand
|
||||
|
||||
return $exitCode;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,5 +30,4 @@ class VersionCommand extends AbstractCommand
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -59,4 +59,4 @@ class Factory
|
||||
|
||||
return $instance;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,4 +17,4 @@ namespace Mage\Command;
|
||||
*/
|
||||
interface RequiresEnvironment
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user