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 4006e0e commit b3ff5c1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 49 deletions.
7 changes: 0 additions & 7 deletions src/ApiAwareTrait.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\Proxy;
Expand Down
7 changes: 0 additions & 7 deletions src/ApiInterface.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\Proxy;
Expand Down
7 changes: 0 additions & 7 deletions src/Exception/NotAvailableException.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\Proxy\Exception;
Expand Down
7 changes: 0 additions & 7 deletions src/Exception/ProxyException.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\Proxy\Exception;
Expand Down
7 changes: 0 additions & 7 deletions src/Proxy.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\Proxy;
Expand Down
7 changes: 0 additions & 7 deletions src/ProxyAwareTrait.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\Proxy;
Expand Down
7 changes: 0 additions & 7 deletions src/Registry.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\Proxy;
Expand Down

0 comments on commit b3ff5c1

Please sign in to comment.