This commit is contained in:
JaguarJack
2020-11-29 09:29:14 +08:00
parent 97efb82971
commit 94c430f491
60 changed files with 140 additions and 22 deletions

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
namespace catcher\library;
use catcher\CatchAdmin;

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* @filename Errors.php
* @createdAt 2020/6/21

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------

View File

@@ -1,6 +1,8 @@
<?php
namespace catcher\library;
declare(strict_types=1);
namespace catcher\library;
use think\exception\ClassNotFoundException;

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* @filename ProgressBar.php
* @createdAt 2020/6/20

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
namespace catcher\library;
use catcher\CatchCacheKeys;

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* @filename WeChat.php
* @date 2020/6/7

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
namespace catcher\library\client;
use catcher\exceptions\FailedException;

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
namespace catcher\library\client;

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
namespace catcher\library\excel;
use catcher\CatchUpload;

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
namespace catcher\library\excel;
interface ExcelContract

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
namespace catcher\library\excel;

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
namespace catcher\library\excel;
trait MacroExcel

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
namespace catcher\library\excel;
interface ShouldTaskContract

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
// +----------------------------------------------------------------------
// | CatchAdmin [Just Like ]
// +----------------------------------------------------------------------