Parcourir la source

Add method documentation

Shalvah il y a 4 ans
Parent
commit
70f21572ed
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/Extracting/Generator.php

+ 1 - 1
src/Extracting/Generator.php

@@ -32,7 +32,7 @@ class Generator
     }
 
     /**
-     * @return Route|null
+     * External interface that allows users to know what route is currently being processed
      */
     public static function getRouteBeingProcessed(): ?Route
     {