Skip to content

Commit

Permalink
Apply fixes from StyleCI (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw authored Nov 20, 2023
1 parent ea99268 commit fc930ee
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/Asset/FilePondImageCropPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Yii2\Extensions\FilePond\Asset;

use Yii2\Extensions\FilePond\Asset\FilePondAsset;
use yii\web\AssetBundle;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Asset/FilePondImageTransformPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Yii2\Extensions\FilePond\Asset;

use Yii2\Extensions\FilePond\Asset\FilePondAsset;
use yii\web\AssetBundle;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Asset/FilePondPdfPreviewPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Yii2\Extensions\FilePond\Asset;

use Yii2\Extensions\FilePond\Asset\FilePondAsset;
use yii\web\AssetBundle;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Asset/FilePondRenamePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace Yii2\Extensions\FilePond\Asset;

use Yii2\Extensions\FilePond\Asset\FilePondAsset;
use yii\web\AssetBundle;

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// ensure we get report on all possible php errors
error_reporting(-1);

defined('YII_DEBUG') or define('YII_DEBUG', false);
defined('YII_DEBUG') || define('YII_DEBUG', false);
define('YII_ENABLE_ERROR_HANDLER', false);
define('YII_ENV', 'test');

Expand Down

0 comments on commit fc930ee

Please sign in to comment.