Skip to content

Commit

Permalink
StyleCi
Browse files Browse the repository at this point in the history
Signed-off-by: Hicham SADDEK <h.saddek@serrahub.com>
  • Loading branch information
hicham-saddek committed Sep 30, 2021
1 parent d3a09a1 commit aec490c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Console/MakeFilterCommand.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?php


namespace Milebits\Eloquent\Filters\Console;


use Illuminate\Console\Command;
use Illuminate\Support\Facades\File;
use Illuminate\Support\Str;
Expand Down Expand Up @@ -32,6 +30,7 @@ public function __construct()

/**
* @param string $path
*
* @return false|string
*/
public function resolveFullyQualifiedPath(string $path): bool|string
Expand Down Expand Up @@ -63,6 +62,7 @@ public function handle()

/**
* @param string $name
*
* @return bool
*/
public function copyStub(string $name): bool
Expand Down
1 change: 0 additions & 1 deletion src/Console/MakeRangeFilterCommand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php


namespace Milebits\Eloquent\Filters\Console;

class MakeRangeFilterCommand extends MakeFilterCommand
Expand Down

0 comments on commit aec490c

Please sign in to comment.