Skip to content

Commit afe1782

Browse files
geerteltinkweierophinney
authored andcommitted
Remove unused Response import
Conflicts: src/AuthorizationMiddlewareFactory.php
1 parent d91d46a commit afe1782

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2017, Zend Technologies USA, Inc.
1+
Copyright (c) 2017-2018, Zend Technologies USA, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

src/AuthorizationMiddlewareFactory.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?php
22
/**
33
* @see https://github.com/zendframework/zend-expressive-authorization for the canonical source repository
4-
* @copyright Copyright (c) 2017 Zend Technologies USA Inc. (http://www.zend.com)
4+
* @copyright Copyright (c) 2017-2018 Zend Technologies USA Inc. (https://www.zend.com)
55
* @license https://github.com/zendframework/zend-expressive-authorization/blob/master/LICENSE.md New BSD License
66
*/
77

88
namespace Zend\Expressive\Authorization;
99

1010
use Psr\Container\ContainerInterface;
11-
use Zend\Diactoros\Response;
1211
use Zend\Expressive\Authentication\ResponsePrototypeTrait;
1312

1413
class AuthorizationMiddlewareFactory

0 commit comments

Comments
 (0)