Skip to content

Commit

Permalink
refactor: remove files header
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Sep 27, 2022
1 parent 98fe09a commit aacb5e9
Show file tree
Hide file tree
Showing 387 changed files with 0 additions and 1,935 deletions.
5 changes: 0 additions & 5 deletions .php-cs-fixer.dist.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);

$config = require __DIR__ . '/vendor/drupol/php-conventions/config/php73/php_cs_fixer.config.php';
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/collatz-conjecture.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);

include __DIR__ . '/../../../vendor/autoload.php';
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/duplicate-keys.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);

include __DIR__ . '/../../../vendor/autoload.php';
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/e.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);

include __DIR__ . '/../../../vendor/autoload.php';
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/extending-collection.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);

include __DIR__ . '/../../../vendor/autoload.php';
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/fibonacci.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);

include __DIR__ . '/../../../vendor/autoload.php';
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/gamma.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);

include __DIR__ . '/../../../vendor/autoload.php';
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/goldenNumber.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);

include __DIR__ . '/../../../vendor/autoload.php';
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/lazy-json-parsing.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/monte-carlo.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);

include __DIR__ . '/../../../vendor/autoload.php';
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/ngrams.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);

include __DIR__ . '/../../../vendor/autoload.php';
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/all.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/apply.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/associate.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/averages.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/background.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/coalesce.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/combine.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/compare.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/contains.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/current.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/distinct.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/duplicate.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/equals.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/filter.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/find.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/inits.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/isEmpty.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/jsonSerialize.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/match.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/matching.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/max.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/min.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/normalize.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/partition.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 App;
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/code/operations/pluck.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 App;
Expand Down
Loading

0 comments on commit aacb5e9

Please sign in to comment.