Completed
Pull Request — 2.x (#521)
by Maximilian
01:42
created
src/Builder/ListBuilder.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -66,6 +66,7 @@
 block discarded – undo
66 66
 
67 67
     /**
68 68
      * {@inheritdoc}
69
+     * @param string|null $type
69 70
      */
70 71
     public function addField(FieldDescriptionCollection $list, $type, FieldDescriptionInterface $fieldDescription, AdminInterface $admin)
71 72
     {
Please login to merge, or discard this patch.
src/Datagrid/ProxyQuery.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -228,6 +228,7 @@  discard block
 block discarded – undo
228 228
      * Sets the first result (offset).
229 229
      *
230 230
      * {@inheritdoc}
231
+     * @param integer $firstResult
231 232
      */
232 233
     public function setFirstResult($firstResult)
233 234
     {
@@ -250,6 +251,7 @@  discard block
 block discarded – undo
250 251
      * Set maximum number of results to retrieve.
251 252
      *
252 253
      * {@inheritdoc}
254
+     * @param integer $maxResults
253 255
      */
254 256
     public function setMaxResults($maxResults)
255 257
     {
Please login to merge, or discard this patch.
src/Filter/CallbackFilter.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -21,6 +21,7 @@
 block discarded – undo
21 21
      *
22 22
      * @throws \InvalidArgumentException if the filter is not configured with a
23 23
      *                                   callable in the 'callback' option field
24
+     * @param string $field
24 25
      */
25 26
     public function filter(ProxyQueryInterface $proxyQuery, $alias, $field, $data)
26 27
     {
Please login to merge, or discard this patch.
src/Model/ModelManager.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -268,6 +268,7 @@
 block discarded – undo
268 268
      * {@inheritdoc}
269 269
      *
270 270
      * @throws \InvalidArgumentException if $document is not an object or null
271
+     * @return string
271 272
      */
272 273
     public function getNormalizedIdentifier($document)
273 274
     {
Please login to merge, or discard this patch.