Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 397caf2

Browse files
committed
merge remote
2 parents 2ebc56a + dcc2673 commit 397caf2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/property_exists.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public function getProp1()
2727
echo 'public: ' . (property_exists(Some::class, 'prop0') ? 'Y' : 'N') . PHP_EOL;
2828
echo 'private: ' . (property_exists(Some::class, 'prop1') ? 'Y' : 'N') . PHP_EOL;
2929
echo 'protected: ' . (property_exists(Some::class, 'prop2') ? 'Y' : 'N') . PHP_EOL;
30-
3130
echo "use object:\n";
3231

3332
$object = new Some();

0 commit comments

Comments
 (0)