Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Aug 1, 2024
1 parent 87c3efd commit f0af879
Show file tree
Hide file tree
Showing 40 changed files with 0 additions and 79 deletions.
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Foundation\Application
*/
class App extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Artisan.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use Illuminate\Contracts\Console\Kernel as ConsoleKernelContract;

/**
*
* @mixin \Illuminate\Foundation\Console\Kernel
*/
class Artisan extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
use RuntimeException;

/**
*
* @mixin \Illuminate\Auth\AuthManager
* @mixin \Illuminate\Auth\SessionGuard
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\View\Compilers\BladeCompiler
*/
class Blade extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Broadcast.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use Illuminate\Contracts\Broadcasting\Factory as BroadcastingFactoryContract;

/**
*
* @mixin \Illuminate\Broadcasting\BroadcastManager
* @mixin \Illuminate\Broadcasting\Broadcasters\Broadcaster
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Bus.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
use Illuminate\Support\Testing\Fakes\BusFake;

/**
*
* @mixin \Illuminate\Bus\Dispatcher
* @mixin \Illuminate\Support\Testing\Fakes\BusFake
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Cache\CacheManager
* @mixin \Illuminate\Cache\Repository
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Config\Repository
*/
class Config extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Log\Context\Repository
*/
class Context extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Cookie\CookieJar
*/
class Cookie extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Crypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Encryption\Encrypter
*/
class Crypt extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/DB.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
use Illuminate\Database\Console\WipeCommand;

/**
*
* @mixin \Illuminate\Database\DatabaseManager
*/
class DB extends Facade
Expand Down
1 change: 0 additions & 1 deletion src/Illuminate/Support/Facades/Date.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @see https://carbon.nesbot.com/docs/
* @see https://github.com/briannesbitt/Carbon/blob/master/src/Carbon/Factory.php
*
*
* @mixin \Illuminate\Support\DateFactory
*/
class Date extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
use Illuminate\Support\Testing\Fakes\EventFake;

/**
*
* @mixin \Illuminate\Events\Dispatcher
* @mixin \Illuminate\Support\Testing\Fakes\EventFake
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Filesystem\Filesystem
*/
class File extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Gate.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use Illuminate\Contracts\Auth\Access\Gate as GateContract;

/**
*
* @mixin \Illuminate\Auth\Access\Gate
*/
class Gate extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Hash.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Hashing\HashManager
* @mixin \Illuminate\Hashing\AbstractHasher
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Http.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use Illuminate\Http\Client\Factory;

/**
*
* @mixin \Illuminate\Http\Client\Factory
*/
class Http extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Translation\Translator
*/
class Lang extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Log\LogManager
*/
class Log extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use Illuminate\Support\Testing\Fakes\MailFake;

/**
*
* @mixin \Illuminate\Mail\MailManager
* @mixin \Illuminate\Support\Testing\Fakes\MailFake
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
use Illuminate\Support\Testing\Fakes\NotificationFake;

/**
*
* @mixin \Illuminate\Notifications\ChannelManager
* @mixin \Illuminate\Support\Testing\Fakes\NotificationFake
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/ParallelTesting.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Testing\ParallelTesting
*/
class ParallelTesting extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Password.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use Illuminate\Contracts\Auth\PasswordBroker;

/**
*
* @mixin \Illuminate\Auth\Passwords\PasswordBrokerManager
* @mixin \Illuminate\Auth\Passwords\PasswordBroker
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Pipeline.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Pipeline\Pipeline
*/
class Pipeline extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Process.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
use Illuminate\Process\Factory;

/**
*
* @mixin \Illuminate\Process\PendingProcess
* @mixin \Illuminate\Process\Factory
*/
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
use Illuminate\Support\Testing\Fakes\QueueFake;

/**
*
* @mixin \Illuminate\Queue\QueueManager
* @mixin \Illuminate\Queue\Queue
* @mixin \Illuminate\Support\Testing\Fakes\QueueFake
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/RateLimiter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Cache\RateLimiter
*/
class RateLimiter extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Routing\Redirector
*/
class Redirect extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Redis\RedisManager
*/
class Redis extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Http\Request
*/
class Request extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use Illuminate\Contracts\Routing\ResponseFactory as ResponseFactoryContract;

/**
*
* @mixin \Illuminate\Routing\ResponseFactory
*/
class Response extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Routing\Router
*/
class Route extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Database\Schema\Builder
*/
class Schema extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Session\SessionManager
*/
class Session extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
use Illuminate\Filesystem\Filesystem;

/**
*
* @mixin \Illuminate\Filesystem\FilesystemManager
*/
class Storage extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/URL.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Routing\UrlGenerator
*/
class URL extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Validation\Factory
*/
class Validator extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\View\Factory
*/
class View extends Facade
Expand Down
2 changes: 0 additions & 2 deletions src/Illuminate/Support/Facades/Vite.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
namespace Illuminate\Support\Facades;

/**
*
* @mixin \Illuminate\Foundation\Vite
*/
class Vite extends Facade
Expand Down

0 comments on commit f0af879

Please sign in to comment.