mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
chore: Setup PHPStan Level 5 (#3553)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Filesystem;
|
||||
|
||||
class Filesystem
|
||||
{
|
||||
/**
|
||||
* Find path names matching a given pattern.
|
||||
*
|
||||
* @param string $pattern
|
||||
* @param int $flags
|
||||
* @return mixed[]|false
|
||||
*/
|
||||
public function glob($pattern, $flags = 0);
|
||||
}
|
Reference in New Issue
Block a user