Test Failed
Push — feature/sf2.8 ( 74ce43...651c8b )
by
unknown
39:50 queued 17:14
created
src/Zicht/Bundle/UrlBundle/Entity/StaticReference.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@
 block discarded – undo
150 150
     }
151 151
 
152 152
     /**
153
-     * @return mixed
153
+     * @return StaticReferenceTranslation[]
154 154
      */
155 155
     public function getTranslations()
156 156
     {
Please login to merge, or discard this patch.
src/Zicht/Bundle/UrlBundle/Url/Params/UriParser.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
      * Proxy method for translateKeyInput() of the translator
145 145
      *
146 146
      * @param string $keyName
147
-     * @return bool
147
+     * @return string|false
148 148
      */
149 149
     final public function translateKeyInput($keyName)
150 150
     {
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
      *
162 162
      * @param string $keyName
163 163
      * @param mixed $value
164
-     * @return bool
164
+     * @return string|false
165 165
      */
166 166
     final public function translateValueInput($keyName, $value)
167 167
     {
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
      * Proxy method for translateKeyOutput() of the translator
178 178
      *
179 179
      * @param string $keyName
180
-     * @return bool
180
+     * @return string|false
181 181
      */
182 182
     final public function translateKeyOutput($keyName)
183 183
     {
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
      *
194 194
      * @param string $keyName
195 195
      * @param string $value
196
-     * @return bool
196
+     * @return string|false
197 197
      */
198 198
     final public function translateValueOutput($keyName, $value)
199 199
     {
Please login to merge, or discard this patch.
src/Zicht/Bundle/UrlBundle/Aliasing/Aliasing.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -347,7 +347,7 @@
 block discarded – undo
347 347
      * This method returns a callback that needs to be executed after the batch is done; this is up to the caller.
348 348
      *
349 349
      * @param bool $isBatch
350
-     * @return callable
350
+     * @return \Closure
351 351
      */
352 352
     public function setIsBatch($isBatch)
353 353
     {
Please login to merge, or discard this patch.