File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ abstract protected function doClone($var);
172
172
/**
173
173
* Casts an object to an array representation.
174
174
*
175
- * @param Stub $stub The Stub for the casted object.
176
- * @param bool $isNested True if the object is nested in the dumped structure.
175
+ * @param Stub $stub The Stub for the casted object.
176
+ * @param bool $isNested True if the object is nested in the dumped structure.
177
177
*
178
178
* @return array The object casted as array.
179
179
*/
@@ -223,8 +223,8 @@ protected function castObject(Stub $stub, $isNested)
223
223
/**
224
224
* Casts a resource to an array representation.
225
225
*
226
- * @param Stub $stub The Stub for the casted resource.
227
- * @param bool $isNested True if the object is nested in the dumped structure.
226
+ * @param Stub $stub The Stub for the casted resource.
227
+ * @param bool $isNested True if the object is nested in the dumped structure.
228
228
*
229
229
* @return array The resource casted as array.
230
230
*/
You can’t perform that action at this time.
0 commit comments