mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
Fix style-ci errors
This commit is contained in:
parent
3f2de319f3
commit
658d5ae84d
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin;
|
||||
|
||||
namespace PrivateBin;;
|
||||
|
||||
use Exception;
|
||||
use PDO;
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin\Data;
|
||||
|
||||
namespace PrivateBin;\Data;
|
||||
|
||||
use stdClass;
|
||||
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin\Data;
|
||||
|
||||
namespace PrivateBin;\Data;
|
||||
|
||||
use Exception;
|
||||
use PDO;
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin\Data;
|
||||
|
||||
namespace PrivateBin;\Data;
|
||||
|
||||
use PrivateBin\Json;
|
||||
use PrivateBin\Model\Paste;
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin;
|
||||
|
||||
namespace PrivateBin;;
|
||||
|
||||
use Exception;
|
||||
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin;
|
||||
|
||||
namespace PrivateBin;;
|
||||
|
||||
/**
|
||||
* I18n
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin;
|
||||
|
||||
namespace PrivateBin;;
|
||||
|
||||
use Exception;
|
||||
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin;
|
||||
|
||||
namespace PrivateBin;;
|
||||
|
||||
use PrivateBin\Model\Paste;
|
||||
use PrivateBin\Persistence\PurgeLimiter;
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin\Model;
|
||||
|
||||
namespace PrivateBin;\Model;
|
||||
|
||||
use Exception;
|
||||
use PrivateBin\Configuration;
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin\Model;
|
||||
|
||||
namespace PrivateBin;\Model;
|
||||
|
||||
use Exception;
|
||||
use Identicon\Identicon;
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin\Model;
|
||||
|
||||
namespace PrivateBin;\Model;
|
||||
|
||||
use Exception;
|
||||
use PrivateBin\Persistence\ServerSalt;
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin\Persistence;
|
||||
|
||||
namespace PrivateBin;\Persistence;
|
||||
|
||||
use Exception;
|
||||
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin\Persistence;
|
||||
|
||||
namespace PrivateBin;\Persistence;
|
||||
|
||||
use PrivateBin\Configuration;
|
||||
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin\Persistence;
|
||||
|
||||
namespace PrivateBin;\Persistence;
|
||||
|
||||
use Exception;
|
||||
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin\Persistence;
|
||||
|
||||
namespace PrivateBin;\Persistence;
|
||||
|
||||
use PrivateBin\Configuration;
|
||||
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin;
|
||||
|
||||
namespace PrivateBin;;
|
||||
|
||||
use Exception;
|
||||
use PrivateBin\Persistence\ServerSalt;
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin;
|
||||
|
||||
namespace PrivateBin;;
|
||||
|
||||
/**
|
||||
* Request
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin;
|
||||
|
||||
namespace PrivateBin;;
|
||||
|
||||
/**
|
||||
* Sjcl
|
||||
|
@ -9,7 +9,8 @@
|
||||
* @license http://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 1.0
|
||||
*/
|
||||
namespace PrivateBin;
|
||||
|
||||
namespace PrivateBin;;
|
||||
|
||||
use Exception;
|
||||
|
||||
|
@ -10,7 +10,8 @@
|
||||
* @license https://www.opensource.org/licenses/zlib-license.php The zlib/libpng License
|
||||
* @version 0.0.5 beta PrivateBin 1.0
|
||||
*/
|
||||
namespace PrivateBin;
|
||||
|
||||
namespace PrivateBin;;
|
||||
|
||||
/**
|
||||
* Vizhash16x16
|
||||
|
Loading…
Reference in New Issue
Block a user