Skip to content

Commit 7c56002

Browse files
committed
Removed redundant space
1 parent efc6b83 commit 7c56002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ConfigProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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. (https://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

@@ -28,7 +28,7 @@ public function __invoke() : array
2828
public function getDependencies() : array
2929
{
3030
return [
31-
'factories' => [
31+
'factories' => [
3232
AuthorizationMiddleware::class => AuthorizationMiddlewareFactory::class
3333
],
3434
];

0 commit comments

Comments
 (0)