Skip to content

Commit

Permalink
chore: Fix docblocks in UrlCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
secondtruth committed May 18, 2024
1 parent f9f05d0 commit 80d38de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Check/UrlCheck.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* Gatekeeper
* Copyright (C) 2022 Christian Neff
* Copyright (C) 2024 Christian Neff
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
Expand Down Expand Up @@ -57,7 +57,7 @@ protected function match($uri, $pattern, $ignoreCase = false)
/**
* Gets list of request URI parts which determine a bad bot.
*
* @return string[]
* @return array<string, array<array{pattern: string, ignore_case: bool}>>
*/
protected function getBadPatterns()
{
Expand Down

0 comments on commit 80d38de

Please sign in to comment.