Skip to content

Commit 9f39cba

Browse files
fix qa issues
1 parent 254c331 commit 9f39cba

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/.fleet
33
/.idea
44
/.vscode
5+
composer.lock

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
"orchestra/testbench": "^7.33.0 || ^8.13.0 || ^9.0.3"
3030
},
3131
"config": {
32-
"sort-packages": true
32+
"sort-packages": true,
33+
"allow-plugins": {
34+
"dealerdirect/phpcodesniffer-composer-installer": true
35+
}
3336
},
3437
"extra": {
3538
"laravel": {

src/Validation/Rule.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Shergela\Validations\Validation;
44

55
use Closure;
6-
use Dotenv\Util\Str;
76
use Illuminate\Contracts\Validation\DataAwareRule;
87
use Illuminate\Contracts\Validation\ValidationRule;
98
use Illuminate\Contracts\Validation\ValidatorAwareRule;

0 commit comments

Comments
 (0)