mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-04 02:14:06 +02:00
stricter cs
This commit is contained in:
parent
309ae17036
commit
d9a843ecd6
54 changed files with 346 additions and 168 deletions
|
|
@ -1,4 +1,6 @@
|
|||
<?php declare(strict_types=1);
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Demostf\API\Container;
|
||||
|
||||
|
|
@ -27,7 +29,7 @@ $parserUrl = getenv('PARSER_URL') ?: '';
|
|||
$appRoot = getenv('APP_ROOT') ?: '';
|
||||
$editKey = getenv('EDIT_SECRET') ?: '';
|
||||
|
||||
$factory = new \RandomLib\Factory;
|
||||
$factory = new \RandomLib\Factory();
|
||||
$generator = $factory->getMediumStrengthGenerator();
|
||||
|
||||
$container = new Container(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue