8000 fixing indentation · symfony/symfony-docs@fcf5e69 · GitHub
[go: up one dir, main page]

Skip to content

Commit fcf5e69

Browse files
committed
fixing indentation
1 parent bf5188f commit fcf5e69

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/property_info.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ class exposes public methods to extract four types of information:
134134

135135
Be sure to pass a *class* name, not an object to the extractor methods::
136136

137-
// bad! It may work, but not with all extractors
138-
$propertyInfo->getProperties($awesomeObject);
137+
// bad! It may work, but not with all extractors
138+
$propertyInfo->getProperties($awesomeObject);
139139

140-
// Good!
141-
$propertyInfo->getProperties(get_class($awesomeObject));
142-
$propertyInfo->getProperties('Example\Namespace\YourAwesomeClass');
143-
$propertyInfo->getProperties(YourAwesomeClass::class);
140+
// Good!
141+
$propertyInfo->getProperties(get_class($awesomeObject));
142+
$propertyInfo->getProperties('Example\Namespace\YourAwesomeClass');
143+
$propertyInfo->getProperties(YourAwesomeClass::class);
144144

145145
.. _property-info-list:
146146

0 commit comments

Comments
 (0)
0