Skip to content

Commit cb3a2c3

Browse files
committed
Remove extra docblocks
1 parent ef9be59 commit cb3a2c3

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

src/Exception/EnvironmentException.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<?php
22

3-
/**
4-
* This file is part of FFI package.
5-
*
6-
* For the full copyright and license information, please view the LICENSE
7-
* file that was distributed with this source code.
8-
*/
9-
103
declare(strict_types=1);
114

125
namespace FFI\Env\Exception;

src/Runtime.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<?php
22

3-
/**
4-
* This file is part of FFI package.
5-
*
6-
* For the full copyright and license information, please view the LICENSE
7-
* file that was distributed with this source code.
8-
*/
9-
103
declare(strict_types=1);
114

125
namespace FFI\Env;

src/Status.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<?php
22

3-
/**
4-
* This file is part of FFI package.
5-
*
6-
* For the full copyright and license information, please view the LICENSE
7-
* file that was distributed with this source code.
8-
*/
9-
103
declare(strict_types=1);
114

125
namespace FFI\Env;

0 commit comments

Comments
 (0)