Skip to content

Commit 3511f31

Browse files
committed
fix: PHPCS issues
1 parent 36fd3ce commit 3511f31

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
composer install
3737
3838
- name: Run PHP CodeSniffer
39-
run: vendor/bin/phpcs ./src --extensions=php --colors --standard=PSR12 -n
39+
run: vendor/bin/phpcs ./src --extensions=php --colors --standard=phpcs.xml
4040
test:
4141
name: Test PHP ${{ matrix.php-versions }}
4242
runs-on: ubuntu-latest

src/widgets/SearchResultWidget.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use yii\base\Widget;
99
use yii\data\ArrayDataProvider;
1010
use yii\data\Pagination;
11-
use yii\widgets\ListView;
1211

1312
class SearchResultWidget extends Widget
1413
{

0 commit comments

Comments
 (0)