mirror of
https://github.com/flextype/flextype.git
synced 2025-08-09 22:56:46 +02:00
refactor(flextype): code formating and refactoring
This commit is contained in:
@@ -9,8 +9,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace Flextype\Foundation;
|
||||
|
||||
use Psr\Container\ContainerInterface;
|
||||
use Exception;
|
||||
use Psr\Container\ContainerInterface;
|
||||
use Slim\App;
|
||||
|
||||
use function is_null;
|
||||
@@ -36,6 +36,7 @@ final class Flextype extends App
|
||||
*/
|
||||
protected function __clone()
|
||||
{
|
||||
throw new Exception('Cannot clone a Flextype.');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user