Completed
Push — test-EZP-26707-issearchable-fu... ( d743e2...54c9f1 )
by
unknown
30:03 queued 16:30
created
eZ/Bundle/EzPublishRestBundle/Tests/CorsOptions/RestProviderTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
     }
114 114
 
115 115
     /**
116
-     * @return PHPUnit_Framework_MockObject_MockObject|RequestMatcherInterface
116
+     * @return RequestMatcherInterface
117 117
      */
118 118
     protected function getRequestMatcherMock()
119 119
     {
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishRestBundle/Tests/EventListener/CsrfListenerTest.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
     }
160 160
 
161 161
     /**
162
-     * @return CsrfProviderInterface|PHPUnit_Framework_MockObject_MockObject
162
+     * @return null|\Symfony\Component\Security\Csrf\CsrfTokenManagerInterface
163 163
      */
164 164
     protected function getCsrfProviderMock()
165 165
     {
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
     }
183 183
 
184 184
     /**
185
-     * @return PHPUnit_Framework_MockObject_MockObject|GetResponseEvent
185
+     * @return null|EventDispatcherInterface
186 186
      */
187 187
     protected function getEventMock($class = null)
188 188
     {
@@ -284,7 +284,7 @@  discard block
 block discarded – undo
284 284
     }
285 285
 
286 286
     /**
287
-     * @return PHPUnit_Framework_MockObject_MockObject|EventDispatcherInterface
287
+     * @return EventDispatcherInterface
288 288
      */
289 289
     protected function getEventDispatcherMock()
290 290
     {
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishRestBundle/Tests/EventListener/EventListenerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,6 +61,7 @@  discard block
 block discarded – undo
61 61
     }
62 62
 
63 63
     /**
64
+     * @param string $class
64 65
      * @return PHPUnit_Framework_MockObject_MockObject|$class
65 66
      */
66 67
     protected function getEventMock($class)
@@ -134,7 +135,6 @@  discard block
 block discarded – undo
134 135
     }
135 136
 
136 137
     /**
137
-     * @param bool $csrfEnabled
138 138
      *
139 139
      * @return CsrfListener
140 140
      */
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishRestBundle/Tests/EventListener/RequestListenerTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -80,6 +80,7 @@
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
+     * @param string $uri
83 84
      * @return GetResponseEvent
84 85
      */
85 86
     public function getEvent($uri, $type = HttpKernelInterface::MASTER_REQUEST)
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishRestBundle/Tests/EventListener/ResponseListenerTest.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,6 +69,9 @@  discard block
 block discarded – undo
69 69
         );
70 70
     }
71 71
 
72
+    /**
73
+     * @param string $method
74
+     */
72 75
     protected function onKernelViewIsNotRestRequest($method, GetResponseEvent $event)
73 76
     {
74 77
         $this->getVisitorDispatcherMock()
@@ -88,6 +91,9 @@  discard block
 block discarded – undo
88 91
         $this->onKernelView('onKernelResultView', $this->getControllerResultEventMock());
89 92
     }
90 93
 
94
+    /**
95
+     * @param string $method
96
+     */
91 97
     protected function onKernelView($method, $event)
92 98
     {
93 99
         $this->getVisitorDispatcherMock()
@@ -110,7 +116,7 @@  discard block
 block discarded – undo
110 116
     }
111 117
 
112 118
     /**
113
-     * @return AcceptHeaderVisitorDispatcher|PHPUnit_Framework_MockObject_MockObject
119
+     * @return AcceptHeaderVisitorDispatcher
114 120
      */
115 121
     public function getVisitorDispatcherMock()
116 122
     {
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishRestBundle/Tests/Functional/ContentTypeTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -418,6 +418,7 @@
 block discarded – undo
418 418
     /**
419 419
      * @depends testAddContentTypeDraftFieldDefinition
420 420
      * @covers GET /content/types/<contentTypeId>/fieldDefinitions/<fieldDefinitionId>
421
+     * @param \Buzz\Message\Response $fieldDefinitionHref
421 422
      */
422 423
     public function testLoadContentTypeFieldDefinition($fieldDefinitionHref)
423 424
     {
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishRestBundle/Tests/RequestParser/RouterTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
     }
150 150
 
151 151
     /**
152
-     * @return \Symfony\Cmf\Component\Routing\ChainRouter|\PHPUnit_Framework_MockObject_MockObject
152
+     * @return \Symfony\Component\Routing\RouterInterface
153 153
      */
154 154
     private function getRouterMock()
155 155
     {
Please login to merge, or discard this patch.
eZ/Bundle/PlatformInstallerBundle/src/Installer/DbBasedInstaller.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@
 block discarded – undo
42 42
         }
43 43
     }
44 44
 
45
+    /**
46
+     * @param string $file
47
+     */
45 48
     protected function runQueriesFromFile($file)
46 49
     {
47 50
         $queries = array_filter(preg_split('(;\\s*$)m', file_get_contents($file)));
Please login to merge, or discard this patch.
eZ/Publish/API/Repository/ContentTypeService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
      * @throws \eZ\Publish\API\Repository\Exceptions\UnauthorizedException if the user is not allowed to delete a content type group
88 88
      * @throws \eZ\Publish\API\Repository\Exceptions\InvalidArgumentException If  a to be deleted content type has instances
89 89
      *
90
-     * @param \eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup $ContentTypeGroup
90
+     * @param \eZ\Publish\API\Repository\Values\ContentType\ContentTypeGroup $contentTypeGroup
91 91
      */
92 92
     public function deleteContentTypeGroup(ContentTypeGroup $contentTypeGroup);
93 93
 
Please login to merge, or discard this patch.