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

Commit c4e15e2

Browse files
committed
Split deprecation annotation
Split into both an `@deprecated` and `@see` annotation.
1 parent a4cc947 commit c4e15e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Service/ControllerLoaderFactory.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
use Zend\ServiceManager\ServiceLocatorInterface;
1515

1616
/**
17-
* @deprecated please use the {@see \Zend\Mvc\Service\ControllerManagerFactory} factory instead:
18-
* this class will be removed in release 3.0
17+
* @see \Zend\Mvc\Service\ControllerManagerFactory
18+
* @deprecated please use Zend\Mvc\Service\ControllerManagerFactory instead;
19+
* this class will be removed in release 3.0
1920
*/
2021
class ControllerLoaderFactory implements FactoryInterface
2122
{

0 commit comments

Comments
 (0)