Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-aliraqi committed Sep 1, 2024
1 parent 1e58697 commit c29fea1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Http/Controllers/MediaController.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function store(MediaRequest $request)
}

/**
* @param $media
* @param $media
* @return \Illuminate\Http\JsonResponse
*/
public function destroy($media)
Expand Down
1 change: 0 additions & 1 deletion src/Providers/UploaderServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use AhmedAliraqi\LaravelMediaUploader\Support\FFmpegDriver;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Support\ServiceProvider;
use Laraeast\LaravelBootstrapForms\Facades\BsForm;

class UploaderServiceProvider extends ServiceProvider
{
Expand Down
4 changes: 2 additions & 2 deletions src/Rules/MediaRule.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class MediaRule implements Rule
/**
* Create a new rule instance.
*
* @param $types
* @param $types
*/
public function __construct(...$types)
{
Expand Down Expand Up @@ -100,7 +100,7 @@ protected function documentsMimeTypes()
/**
* Determine whither the value is base64 image.
*
* @param $value
* @param $value
* @return bool
*/
protected function isBase64($value)
Expand Down

0 comments on commit c29fea1

Please sign in to comment.