Skip to content

Commit c032764

Browse files
committed
Merge branch '4.2'
* 4.2: removed leading slash in FQCN
2 parents 73871fa + 4bf1ac9 commit c032764

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)