Skip to content

Commit 9093bd5

Browse files
committed
[PropertyInfo] Remove useless return statement
1 parent 5356dbb commit 9093bd5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ private function getAccessorMethod($class, $property)
294294
// Return null if the property doesn't exist
295295
}
296296
}
297-
298-
return;
299297
}
300298

301299
/**

0 commit comments

Comments
 (0)