Skip to content

Commit bb94151

Browse files
committed
minor #11480 fix whitespace (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- fix whitespace I don't know what it was, but now its correct 😄 Commits ------- b6e27bd fix whitespace
2 parents 06f8c92 + b6e27bd commit bb94151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/_annotation_loader_tip.rst.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Annotation classes aren't loaded automatically, so you must load them
99
using a class loader like this::
1010

11-
      use Composer\Autoload\ClassLoader;
11+
use Composer\Autoload\ClassLoader;
1212
use Doctrine\Common\Annotations\AnnotationRegistry;
1313

1414
/** @var ClassLoader $loader */

0 commit comments

Comments
 (0)