Skip to content

Commit

Permalink
Rewrite all header docblocks #1173
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Nov 5, 2023
1 parent 13c851a commit 2fbe7cb
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 133 deletions.
7 changes: 0 additions & 7 deletions .ide/phpstorm/.phpstorm.meta.php/Attributes.meta.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace PHPSTORM_META {
Expand Down
7 changes: 0 additions & 7 deletions src/AttributeHandler.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes;
Expand Down
7 changes: 0 additions & 7 deletions src/AttributeInterface.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes;
Expand Down
7 changes: 0 additions & 7 deletions src/AttributeType.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes;
Expand Down
7 changes: 0 additions & 7 deletions src/AttributesAccessor.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes;
Expand Down
7 changes: 0 additions & 7 deletions src/AttributesAwareTrait.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes;
Expand Down
7 changes: 0 additions & 7 deletions src/AttributesResolver.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes;
Expand Down
7 changes: 0 additions & 7 deletions src/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

include_once __DIR__ . '/functions.php';
7 changes: 0 additions & 7 deletions src/functions.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

//
7 changes: 0 additions & 7 deletions test/AttributesResolverTest.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes\Test;
Expand Down
7 changes: 0 additions & 7 deletions test/Stub/Attrs/PropWrap.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes\Test\Stub\Attrs;
Expand Down
7 changes: 0 additions & 7 deletions test/Stub/Attrs/StrUpper.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes\Test\Stub\Attrs;
Expand Down
7 changes: 0 additions & 7 deletions test/Stub/Attrs/StubMemberResolver.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes\Test\Stub\Attrs;
Expand Down
7 changes: 0 additions & 7 deletions test/Stub/Attrs/StubWrapper.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes\Test\Stub\Attrs;
Expand Down
7 changes: 0 additions & 7 deletions test/Stub/Attrs/ValueImplode.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes\Test\Stub\Attrs;
Expand Down
7 changes: 0 additions & 7 deletions test/Stub/StubAccessible.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes\Test\Stub;
Expand Down
7 changes: 0 additions & 7 deletions test/Stub/StubDispatcher.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes\Test\Stub;
Expand Down
7 changes: 0 additions & 7 deletions test/Stub/StubListener.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes\Test\Stub;
Expand Down
7 changes: 0 additions & 7 deletions test/Stub/StubObject.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* Part of Windwalker project.
*
* @copyright Copyright (C) 2023 LYRASOFT.
* @license MIT
*/

declare(strict_types=1);

namespace Windwalker\Attributes\Test\Stub;
Expand Down

0 comments on commit 2fbe7cb

Please sign in to comment.