File tree Expand file tree Collapse file tree 7 files changed +1036
-1
lines changed Expand file tree Collapse file tree 7 files changed +1036
-1
lines changed Original file line number Diff line number Diff line change 33/.github export-ignore
44/.gitattributes export-ignore
55/.gitignore export-ignore
6+ /.phpcs.xml export-ignore
7+ /.phpmd.xml export-ignore
8+ /.phpunit.xml export-ignore
9+ /.phpunit.xml.dist export-ignore
610/.scrutinizer.yml export-ignore
711/.travis.yml export-ignore
812/build
913/composer.lock
1014/database.yml export-ignore
1115/phpunit.xml export-ignore
1216/tests export-ignore
17+ /tools export-ignore
1318/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
359359 if (! method_exists ($ this ->model , 'query ' )) {
360360 return '' ;
361361 }
362-
362+
363363 return Arr::query ($ this ->model ->query ()->getBindings ());
364364 }
365365}
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