Przeglądaj źródła

Add method documentation

Shalvah 4 lat temu
rodzic
commit
70f21572ed
1 zmienionych plików z 1 dodań i 1 usunięć
  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
     {