X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FFakeObject.php;h=a20246fe6b200ecc87f11514c4e31c375de1e637;hb=45f1d170981046c99fe1c604f33dcc4748f9d335;hp=fef296edbcdcf0a548534ef565e97a66f2ec38bc;hpb=dc5eecd6cd63c3c906cdd6a0021306c21b8e9f13;p=civicrm-core.git diff --git a/CRM/Utils/FakeObject.php b/CRM/Utils/FakeObject.php index fef296edbc..a20246fe6b 100644 --- a/CRM/Utils/FakeObject.php +++ b/CRM/Utils/FakeObject.php @@ -19,12 +19,12 @@ * This is a quick-and-dirty way to define a vaguely-class-ish structure. It's non-performant, abnormal, * and not a complete OOP system. Only use for testing/mocking. * - * @code + * ``` * $object = new CRM_Utils_FakeObject(array( * 'doIt' => function() { print "It!\n"; } * )); * $object->doIt(); - * @endcode + * ``` */ class CRM_Utils_FakeObject {