Skip to content

Commit 0f0414c

Browse files
committed
Merge pull request symfony#568 from tobiassjosten/master
Added commenting to a comment
2 parents 93c0a9f + d60d897 commit 0f0414c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ to the given ``Category`` object via their ``category_id`` value.
949949

950950
$category = $product->getCategory();
951951

952-
prints "Proxies\AcmeStoreBundleEntityCategoryProxy"
952+
// prints "Proxies\AcmeStoreBundleEntityCategoryProxy"
953953
echo get_class($category);
954954

955955
This proxy object extends the true ``Category`` object, and looks and

0 commit comments

Comments
 (0)