File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed
Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 55 * @license https://github.com/slimphp/Slim-HttpCache/blob/master/LICENSE.md (MIT License)
66 */
77
8+ declare (strict_types=1 );
9+
810namespace Slim \HttpCache ;
911
1012use Psr \Http \Message \ResponseInterface ;
Original file line number Diff line number Diff line change 55 * @license https://github.com/slimphp/Slim-HttpCache/blob/master/LICENSE.md (MIT License)
66 */
77
8+ declare (strict_types=1 );
9+
810namespace Slim \HttpCache ;
911
1012use InvalidArgumentException ;
Original file line number Diff line number Diff line change 55 * @license https://github.com/slimphp/Slim-HttpCache/blob/master/LICENSE.md (MIT License)
66 */
77
8+ declare (strict_types=1 );
9+
810namespace Slim \HttpCache \Tests ;
911
1012use InvalidArgumentException ;
Original file line number Diff line number Diff line change 55 * @license https://github.com/slimphp/Slim-HttpCache/blob/master/LICENSE.md (MIT License)
66 */
77
8+ declare (strict_types=1 );
9+
810namespace Slim \HttpCache \Tests ;
911
1012use PHPUnit \Framework \TestCase ;
Original file line number Diff line number Diff line change 55 * @license https://github.com/slimphp/Slim-HttpCache/blob/master/LICENSE.md (MIT License)
66 */
77
8+ declare (strict_types=1 );
9+
810require __DIR__ .'/../vendor/autoload.php ' ;
You can’t perform that action at this time.
0 commit comments