Switch to style Symfony

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2022-08-07 21:46:34 +02:00
parent 97a76669a2
commit 91e7708c4f
5 changed files with 19 additions and 43 deletions

View File

@@ -73,7 +73,7 @@ function SQLite3_connect($filename, $mode = SQLITE3_OPEN_READONLY)
* @param $wildcardstyle boolean Whether to format the input domains in legacy wildcard notation
* @param $returnnum boolean Whether to return an integer or a string
* @param $type integer The target type (0 = exact whitelist, 1 = exact blacklist, 2 = regex whitelist, 3 = regex blacklist)
* @param null|mixed $comment
* @param mixed|null $comment
*
* @return string Success/error and number of processed domains
*/