Skip to content

Commit 4bf1ac9

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: removed leading slash in FQCN
2 parents 1601a50 + 716e4ee commit 4bf1ac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ See example to make sure no blog post without title is moved to "review"::
373373
{
374374
public function guardReview(GuardEvent $event)
375375
{
376-
/** @var \App\Entity\BlogPost $post */
376+
/** @var App\Entity\BlogPost $post */
377377
$post = $event->getSubject();
378378
$title = $post->title;
379379

0 commit comments

Comments
 (0)