We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13a5536 commit 46a7937Copy full SHA for 46a7937
app/Console/Commands/Init.php
@@ -25,7 +25,7 @@ class Init extends Command
25
26
public function handle()
27
{
28
- if (isCloud() && ! $this->option('force-cloud') ) {
+ if (isCloud() && ! $this->option('force-cloud')) {
29
echo "Skipping init as we are on cloud and --force-cloud option is not set\n";
30
31
return;
hooks/pre-commit
@@ -4,7 +4,5 @@ if sh -c ": >/dev/tty" >/dev/null 2>/dev/null; then
4
exec < /dev/tty
5
fi
6
7
-files=$(git diff --cached --name-only --diff-filter=ACM -- '*.php');
8
$(pwd)/vendor/bin/pint $files -q
9
-
10
-git add $files
+git add .
0 commit comments