]> BookStack Code Mirror - bookstack/blobdiff - app/Http/Middleware/VerifyCsrfToken.php
Merge pull request #5917 from BookStackApp/copy_references
[bookstack] / app / Http / Middleware / VerifyCsrfToken.php
index 804a22bc09a3e35acbe26833940eb215e45a81d7..7c8689b8bcd608c0a54dafa304bc1ba4bf144159 100644 (file)
@@ -16,7 +16,7 @@ class VerifyCsrfToken extends Middleware
     /**
      * The URIs that should be excluded from CSRF verification.
      *
-     * @var array
+     * @var array<int, string>
      */
     protected $except = [
         'saml2/*',