mirror of
https://github.com/flarum/core.git
synced 2025-08-15 04:44:08 +02:00
feat: STUBS!
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Support;
|
||||
|
||||
/**
|
||||
* @template TClass
|
||||
* @property TClass $target
|
||||
*/
|
||||
class HigherOrderTapProxy
|
||||
{
|
||||
/**
|
||||
* @param TClass $target
|
||||
*/
|
||||
public function __construct($target)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @template T
|
||||
* @template TValue
|
||||
*/
|
||||
class HigherOrderCollectionProxy
|
||||
{}
|
Reference in New Issue
Block a user