dependencies-upgrade

This commit is contained in:
RafficMohammed
2023-01-08 02:20:59 +05:30
parent 7870479b18
commit 49021a4497
1711 changed files with 74994 additions and 70803 deletions

View File

@@ -1,13 +1,6 @@
<?php
/**
* This file is part of Collision.
*
* (c) Nuno Maduro <enunomaduro@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace NunoMaduro\Collision;
@@ -17,11 +10,11 @@ use Whoops\Run;
use Whoops\RunInterface;
/**
* This is an Collision Provider implementation.
* @internal
*
* @author Nuno Maduro <enunomaduro@gmail.com>
* @see \Tests\Unit\ProviderTest
*/
class Provider implements ProviderContract
final class Provider implements ProviderContract
{
/**
* Holds an instance of the Run.