Skip to content

Commit

Permalink
Remove extra docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Jan 1, 2023
1 parent 2de25b2 commit 4bc796c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
7 changes: 0 additions & 7 deletions src/Type.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* This file is part of FFI package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

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

/**
* This file is part of FFI package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

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

/**
* This file is part of FFI package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace FFI\Scalar;
Expand Down
7 changes: 0 additions & 7 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<?php

/**
* This file is part of FFI package.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

declare(strict_types=1);

namespace FFI\Scalar\Tests;
Expand Down

0 comments on commit 4bc796c

Please sign in to comment.