Skip to content

Commit

Permalink
style: remove headers
Browse files Browse the repository at this point in the history
They were removed from all the files at some point, but since I restored these files yesterday, I forgot to remove them from here.
  • Loading branch information
drupol committed Feb 17, 2023
1 parent 4e60bd1 commit d062040
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions src/Operation/DropWhile.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace loophp\collection\Operation;
Expand Down
5 changes: 0 additions & 5 deletions src/Operation/Since.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace loophp\collection\Operation;
Expand Down
5 changes: 0 additions & 5 deletions src/Operation/Until.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/

declare(strict_types=1);

namespace loophp\collection\Operation;
Expand Down

0 comments on commit d062040

Please sign in to comment.