Completed
Push — EZP-31644 ( 47e85b...d0f8f8 )
by
unknown
32:02 queued 15:15
created
eZ/Publish/Core/Search/Common/FieldValueMapper/StringMapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * Map field value to a proper search engine representation.
34 34
      *
35
-     * @return mixed
35
+     * @return string
36 36
      */
37 37
     public function map(Field $field)
38 38
     {
Please login to merge, or discard this patch.
eZ/Bundle/EzPublishCoreBundle/Fragment/DecoratedFragmentRenderer.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@  discard block
 block discarded – undo
37 37
         $this->siteAccess = $siteAccess;
38 38
     }
39 39
 
40
+    /**
41
+     * @param string $path
42
+     */
40 43
     public function setFragmentPath($path)
41 44
     {
42 45
         if (!$this->innerRenderer instanceof RoutableFragmentRenderer) {
@@ -57,7 +60,7 @@  discard block
 block discarded – undo
57 60
      * @param Request $request A Request instance
58 61
      * @param array $options An array of options
59 62
      *
60
-     * @return Response A Response instance
63
+     * @return \Symfony\Component\HttpFoundation\Response A Response instance
61 64
      */
62 65
     public function render($uri, Request $request, array $options = [])
63 66
     {
Please login to merge, or discard this patch.