Browse Source

Add method documentation

Shalvah 4 years ago
parent
commit
70f21572ed
1 changed files with 1 additions and 1 deletions
  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
     {