Completed
Pull Request — 2.1 (#11493)
by Misbahul D
09:51
created
framework/base/ArrayableTrait.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,6 @@
 block discarded – undo
130 130
      * This method will check the requested fields against those declared in [[fields()]] and [[extraFields()]]
131 131
      * to determine which fields can be returned.
132 132
      * @param array $fields the fields being requested for exporting
133
-     * @param array $expand the additional fields being requested for exporting
134 133
      * @param array $except the excluded fields being requested for exporting
135 134
      * @return array the list of fields to be exported. The array keys are the field names, and the array values
136 135
      * are the corresponding object property names or PHP callables returning the field values.
Please login to merge, or discard this patch.