Completed
Push — master ( 257818...6d6774 )
by Jeroen
06:17 queued 13s
created
src/Kunstmaan/SearchBundle/Provider/ElasticaProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
     /**
116 116
      * @param string $indexName
117 117
      * @param string $indexType
118
-     * @param array  $ids
118
+     * @param string[]  $ids
119 119
      *
120 120
      * @return \Elastica\Bulk\ResponseSet
121 121
      */
Please login to merge, or discard this patch.
src/Kunstmaan/NodeSearchBundle/Search/NodeSearcher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
     }
156 156
 
157 157
     /**
158
-     * @return array
158
+     * @return string[]
159 159
      */
160 160
     protected function getCurrentUserRoles()
161 161
     {
Please login to merge, or discard this patch.