mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-20 19:13:12 +00:00
Fix code style and bump to php 7.4
This commit is contained in:
@@ -31,11 +31,10 @@ use const DIRECTORY_SEPARATOR;
|
||||
*/
|
||||
class ExampleFinder
|
||||
{
|
||||
/** @var string */
|
||||
private $sourceDirectory = '';
|
||||
private string $sourceDirectory = '';
|
||||
|
||||
/** @var string[] */
|
||||
private $exampleDirectories = [];
|
||||
private array $exampleDirectories = [];
|
||||
|
||||
/**
|
||||
* Attempts to find the example contents for the given descriptor.
|
||||
|
||||
Reference in New Issue
Block a user