mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-13 17:48:39 +00:00
phpcs fixes
This commit is contained in:
parent
fb69ef7fed
commit
2abfaf58e9
|
|
@ -1,4 +1,4 @@
|
||||||
<?php declare(strict_types=1);
|
<?php
|
||||||
/**
|
/**
|
||||||
* Orange Management
|
* Orange Management
|
||||||
*
|
*
|
||||||
|
|
@ -12,6 +12,8 @@
|
||||||
* @version 1.0.0
|
* @version 1.0.0
|
||||||
* @link https://orange-management.org
|
* @link https://orange-management.org
|
||||||
*/
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
function printUsage() : void
|
function printUsage() : void
|
||||||
{
|
{
|
||||||
echo 'Usage: -d <DESTINATION_PATH> -m <MODULE_PATH>' . "\n\n";
|
echo 'Usage: -d <DESTINATION_PATH> -m <MODULE_PATH>' . "\n\n";
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,11 @@
|
||||||
<?php declare(strict_types=1);
|
<?php
|
||||||
/**
|
/**
|
||||||
* Remove old install and setup database.
|
* Remove old install and setup database.
|
||||||
*
|
*
|
||||||
* This script is usefull when you want to manually install the app without resetting an old database/app or new empty database.
|
* This script is usefull when you want to manually install the app without resetting an old database/app or new empty database.
|
||||||
*/
|
*/
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
\ini_set('memory_limit', '2048M');
|
\ini_set('memory_limit', '2048M');
|
||||||
\ini_set('display_errors', '1');
|
\ini_set('display_errors', '1');
|
||||||
\ini_set('display_startup_errors', '1');
|
\ini_set('display_startup_errors', '1');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user