Completed
Branch master (56bbbc)
by Andreas
11:48
created
src/OrgHeiglGeolocation/Renderer/GeolocationRenderer.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -91,9 +91,9 @@  discard block
 block discarded – undo
91 91
     }
92 92
 
93 93
     /**
94
-     * @param \Zend\Mvc\Router\RouteInterface $httpRoute
94
+     * @param \Zend\Mvc\Router\RouteInterface $httpRouter
95 95
      *
96
-     * @return Renderer
96
+     * @return GeolocationRenderer
97 97
      */
98 98
     public function setHttpRouter(RouteInterface $httpRouter)
99 99
     {
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
     /**
114 114
      * @param \Zend\StdLib\AbstractOptions $options
115 115
      *
116
-     * @return Renderer
116
+     * @return GeolocationRenderer
117 117
      */
118 118
     public function setOptions(AbstractOptions $options = null)
119 119
     {
Please login to merge, or discard this patch.
src/OrgHeiglGeolocation/Service/FormElementFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      * Create service
43 43
      *
44 44
      * @param  ServiceLocatorInterface $serviceLocator
45
-     * @return mixed
45
+     * @return FormElement
46 46
      */
47 47
     public function createService(ServiceLocatorInterface $serviceLocator)
48 48
     {
Please login to merge, or discard this patch.
src/OrgHeiglGeolocation/Service/GeolocationRendererFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      *
44 44
      * @param ServiceLocatorInterface  $serviceLocator
45 45
      *
46
-     * @return \OrgHeiglGeolocation\Renderer\GeolocationRenderer
46
+     * @return GeolocationRenderer
47 47
      */
48 48
     public function createService(ServiceLocatorInterface $serviceLocator)
49 49
     {
Please login to merge, or discard this patch.