Skip to content

Commit 804b6cf

Browse files
GrahamCampbellfabpot
authored andcommitted
[2.6] CS Fixes And Removed An Unused Import
1 parent 8f3ee04 commit 804b6cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cloner/AbstractCloner.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)