Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit c63e3b9

Browse files
committed
Minor CS/consistency changes
- space after cast operator - have new license docblocks reference repo, not project - have new license copyrights reference only current year
1 parent 36f38ff commit c63e3b9

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

src/ServiceManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ private function doCreate($resolvedName, array $options = null)
755755
'Service with name "%s" could not be created. Reason: %s',
756756
$resolvedName,
757757
$exception->getMessage()
758-
), (int)$exception->getCode(), $exception);
758+
), (int) $exception->getCode(), $exception);
759759
}
760760

761761
foreach ($this->initializers as $initializer) {

test/TestAsset/ExceptionWithStringAsCode.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Zend Framework (http://framework.zend.com/)
4-
*
5-
* @link http://github.com/zendframework/zf2 for the canonical source repository
6-
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
3+
* @link http://github.com/zendframework/zend-servicemanager for the canonical source repository
4+
* @copyright Copyright (c) 2016 Zend Technologies USA Inc. (http://www.zend.com)
75
* @license http://framework.zend.com/license/new-bsd New BSD License
86
*/
97

test/TestAsset/FailingExceptionWithStringAsCodeFactory.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<?php
22
/**
3-
* Zend Framework (http://framework.zend.com/)
4-
*
5-
* @link http://github.com/zendframework/zf2 for the canonical source repository
6-
* @copyright Copyright (c) 2005-2016 Zend Technologies USA Inc. (http://www.zend.com)
3+
* @link http://github.com/zendframework/zend-servicemanager for the canonical source repository
4+
* @copyright Copyright (c) 2016 Zend Technologies USA Inc. (http://www.zend.com)
75
* @license http://framework.zend.com/license/new-bsd New BSD License
86
*/
97

0 commit comments

Comments
 (0)