We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fd3ce commit 3511f31Copy full SHA for 3511f31
.github/workflows/tests.yml
@@ -36,7 +36,7 @@ jobs:
36
composer install
37
38
- name: Run PHP CodeSniffer
39
- run: vendor/bin/phpcs ./src --extensions=php --colors --standard=PSR12 -n
+ run: vendor/bin/phpcs ./src --extensions=php --colors --standard=phpcs.xml
40
test:
41
name: Test PHP ${{ matrix.php-versions }}
42
runs-on: ubuntu-latest
src/widgets/SearchResultWidget.php
@@ -8,7 +8,6 @@
8
use yii\base\Widget;
9
use yii\data\ArrayDataProvider;
10
use yii\data\Pagination;
11
-use yii\widgets\ListView;
12
13
class SearchResultWidget extends Widget
14
{
0 commit comments