1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 22:26:46 +02:00

refactor(core): update code according to coding doctrine coding standard

This commit is contained in:
Awilum
2020-09-07 21:20:54 +03:00
parent 4fd93c8614
commit 429b2b843b
8 changed files with 0 additions and 9 deletions

View File

@@ -13,7 +13,6 @@ use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use function count;
use function Flextype\Support\flextype;
use function implode;
class Cors

View File

@@ -15,7 +15,6 @@ use function array_merge;
use function collect_filter;
use function count;
use function find_filter;
use function flextype;
use function ltrim;
use function md5;
use function rename;

View File

@@ -20,7 +20,6 @@ use function basename;
use function chmod;
use function exif_read_data;
use function explode;
use function flextype;
use function getimagesize;
use function in_array;
use function is_dir;

View File

@@ -12,8 +12,6 @@ namespace Flextype\Foundation\Media;
use Flextype\Component\Arrays\Arrays;
use Flextype\Component\Filesystem\Filesystem;
use function flextype;
class MediaFilesMeta
{
/**

View File

@@ -13,7 +13,6 @@ use Flextype\Component\Filesystem\Filesystem;
use Slim\Http\Environment;
use Slim\Http\Uri;
use function flextype;
use function rename;
use function str_replace;

View File

@@ -19,7 +19,6 @@ use function array_diff_key;
use function array_replace_recursive;
use function count;
use function filemtime;
use function flextype;
use function is_array;
use function md5;
use function trim;

View File

@@ -22,7 +22,6 @@ use Whoops\Util\Misc;
use function date_default_timezone_set;
use function error_reporting;
use function file_exists;
use function flextype;
use function function_exists;
use function get_class;
use function mb_internal_encoding;

View File

@@ -54,7 +54,6 @@ use Thunder\Shortcode\ShortcodeFacade;
use function date;
use function extension_loaded;
use function flextype;
use function in_array;
use function sys_get_temp_dir;