Skip to content

Commit

Permalink
more house keeping
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbrauer committed Feb 10, 2021
1 parent 1797e02 commit d2403e1
Show file tree
Hide file tree
Showing 78 changed files with 96 additions and 94 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"require-dev": {
"ergebnis/composer-normalize": "^2.11",
"friendsofphp/php-cs-fixer": "^2.16",
"friendsofphp/php-cs-fixer": "^2.18",
"pestphp/pest": "^0.3.7",
"phpstan/phpstan": "^0.12.58",
"phpunit/phpunit": "9.3.11",
Expand Down
36 changes: 19 additions & 17 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/append.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/array_keys_exist.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/array_make.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/between.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/bits.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/blank.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/camel_case.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/clamp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/class_basename.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/collapse.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/exists.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/here.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/ini.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/ip.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/is_associative.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/is_console.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/is_falsey.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/is_truthy.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/is_unix.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/is_web.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/is_windows.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/kebab_case.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/map.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/me.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/numeronym.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/only.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/ordinal.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/partial.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* This file is part of the jordanbrauer/phelpers PHP library.
*
* @copyright 2020 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @copyright 2021 Jordan Brauer <18744334+jordanbrauer@users.noreply.github.com>
* @license MIT
*
* For the full copyright and license information, please view the LICENSE
Expand Down
Loading

0 comments on commit d2403e1

Please sign in to comment.