mirror of
https://github.com/flarum/core.git
synced 2025-07-25 10:41:24 +02:00
Backend cleanup (#2859)
* Extender docblocks cleanup * Excplicit type hinting in extenders * Bring method under constructor * Mark some classes and methods as internal * Remove beta references Co-authored-by: Clark Winkelmann <clark.winkelmann@gmail.com>
This commit is contained in:
@@ -11,6 +11,9 @@ namespace Flarum\Frontend\Compiler\Source;
|
||||
|
||||
use InvalidArgumentException;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
class FileSource implements SourceInterface
|
||||
{
|
||||
/**
|
||||
|
Reference in New Issue
Block a user