Sfoglia il codice sorgente

Add method documentation

Shalvah 4 anni fa
parent
commit
70f21572ed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
     {