feat: add docblock head to consolelibrary

This commit is contained in:
Emma 2024-10-15 13:43:02 +02:00 committed by GitHub
parent 02d4884f79
commit 99c97653b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,16 @@
<?php
// Core file for the console library for Blueprint Extensions
/**
* BlueprintExtensionLibrary (Console variation)
*
* @category BlueprintExtensionLibrary
* @package BlueprintConsoleLibrary
* @author Emma <hello@prpl.wtf>
* @copyright 2023-2024 Emma (prpl.wtf)
* @license https://blueprint.zip/docs/?page=about/License MIT License
* @link https://blueprint.zip/docs/?page=documentation/$blueprint
* @since beta
*/
namespace Pterodactyl\BlueprintFramework\Libraries\ExtensionLibrary\Console;