mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
feat: STUBS!
This commit is contained in:
19
php-packages/phpstan/stubs/Contracts/Support.stub
Normal file
19
php-packages/phpstan/stubs/Contracts/Support.stub
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Contracts\Support;
|
||||
|
||||
interface Htmlable
|
||||
{}
|
||||
|
||||
interface Arrayable
|
||||
{
|
||||
/**
|
||||
* Get the instance as an array.
|
||||
*
|
||||
* @return array<mixed>
|
||||
*/
|
||||
public function toArray();
|
||||
}
|
||||
|
||||
interface Jsonable
|
||||
{}
|
Reference in New Issue
Block a user