framework/php-packages/phpstan/stubs/Illuminate/Filesystem/Filesystem.stub

16 lines
264 B
Plaintext
Raw Normal View History

2022-09-14 22:23:56 +08:00
<?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);
}