File tree 7 files changed +1036
-1
lines changed
7 files changed +1036
-1
lines changed Original file line number Diff line number Diff line change 3
3
/.github export-ignore
4
4
/.gitattributes export-ignore
5
5
/.gitignore export-ignore
6
+ /.phpcs.xml export-ignore
7
+ /.phpmd.xml export-ignore
8
+ /.phpunit.xml export-ignore
9
+ /.phpunit.xml.dist export-ignore
6
10
/.scrutinizer.yml export-ignore
7
11
/.travis.yml export-ignore
8
12
/build
9
13
/composer.lock
10
14
/database.yml export-ignore
11
15
/phpunit.xml export-ignore
12
16
/tests export-ignore
17
+ /tools export-ignore
13
18
/vendor
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <phive xmlns =" https://phar.io/phive" >
3
+ <phar name =" phpmd" version =" ^2.7.0" installed =" 2.7.0" location =" ./tools/phpmd" copy =" false" />
4
+ <phar name =" phpcs" version =" ^3.5.6" installed =" 3.5.6" location =" ./tools/phpcs" copy =" false" />
5
+ <phar name =" phpunit" version =" ^9.3.10" installed =" 9.3.10" location =" ./tools/phpunit" copy =" false" />
6
+ </phive >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ protected function getBindingsSlug() : string
359
359
if (! method_exists ($ this ->model , 'query ' )) {
360
360
return '' ;
361
361
}
362
-
362
+
363
363
return Arr::query ($ this ->model ->query ()->getBindings ());
364
364
}
365
365
}
Original file line number Diff line number Diff line change
1
+ /home/forge/.phive/phars/phpcs-3.5.6.phar
Original file line number Diff line number Diff line change
1
+ /home/forge/.phive/phars/phpmd-2.7.0.phar
Original file line number Diff line number Diff line change
1
+ /home/forge/.phive/phars/phpunit-9.3.10.phar
You can’t perform that action at this time.
0 commit comments