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);
172172 /**
173173 * Casts an object to an array representation.
174174 *
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.
177177 *
178178 * @return array The object casted as array.
179179 */
@@ -223,8 +223,8 @@ protected function castObject(Stub $stub, $isNested)
223223 /**
224224 * Casts a resource to an array representation.
225225 *
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.
228228 *
229229 * @return array The resource casted as array.
230230 */
You can’t perform that action at this time.
0 commit comments