mirror of
https://github.com/flarum/core.git
synced 2025-08-12 19:34:18 +02:00
chore: Setup PHPStan Level 5 (#3553)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Queue;
|
||||
|
||||
class ListenerOptions
|
||||
{
|
||||
/**
|
||||
* The environment the worker should run in.
|
||||
*
|
||||
* @var string|null
|
||||
*/
|
||||
public $environment;
|
||||
}
|
Reference in New Issue
Block a user