mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
remove pointless comments
This commit is contained in:
parent
6594811536
commit
f8d77b9b50
@ -4,9 +4,6 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace SPC\builder\linux\library;
|
namespace SPC\builder\linux\library;
|
||||||
|
|
||||||
/**
|
|
||||||
* libedit library class for linux
|
|
||||||
*/
|
|
||||||
class libedit extends LinuxLibraryBase
|
class libedit extends LinuxLibraryBase
|
||||||
{
|
{
|
||||||
use \SPC\builder\unix\library\libedit;
|
use \SPC\builder\unix\library\libedit;
|
||||||
|
|||||||
@ -4,9 +4,6 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace SPC\builder\linux\library;
|
namespace SPC\builder\linux\library;
|
||||||
|
|
||||||
/**
|
|
||||||
* gmp is a template library class for unix
|
|
||||||
*/
|
|
||||||
class readline extends LinuxLibraryBase
|
class readline extends LinuxLibraryBase
|
||||||
{
|
{
|
||||||
use \SPC\builder\unix\library\readline;
|
use \SPC\builder\unix\library\readline;
|
||||||
|
|||||||
@ -4,9 +4,6 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace SPC\builder\macos\library;
|
namespace SPC\builder\macos\library;
|
||||||
|
|
||||||
/**
|
|
||||||
* libedit library class for macOS
|
|
||||||
*/
|
|
||||||
class libedit extends MacOSLibraryBase
|
class libedit extends MacOSLibraryBase
|
||||||
{
|
{
|
||||||
use \SPC\builder\unix\library\libedit;
|
use \SPC\builder\unix\library\libedit;
|
||||||
|
|||||||
@ -4,9 +4,6 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace SPC\builder\macos\library;
|
namespace SPC\builder\macos\library;
|
||||||
|
|
||||||
/**
|
|
||||||
* gmp is a template library class for unix
|
|
||||||
*/
|
|
||||||
class readline extends MacOSLibraryBase
|
class readline extends MacOSLibraryBase
|
||||||
{
|
{
|
||||||
use \SPC\builder\unix\library\readline;
|
use \SPC\builder\unix\library\readline;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user