Skip to content

Commit b40e92f

Browse files
committed
Fix CS
1 parent 51ecb13 commit b40e92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cloner/Stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __sleep()
4848
{
4949
$properties = [];
5050

51-
if (!isset(self::$defaultProperties[$c = \get_class($this)])) {
51+
if (!isset(self::$defaultProperties[$c = static::class])) {
5252
self::$defaultProperties[$c] = get_class_vars($c);
5353

5454
foreach ((new \ReflectionClass($c))->getStaticProperties() as $k => $v) {

0 commit comments

Comments
 (0)