Skip to content

Commit 3dbf171

Browse files
Merge pull request #283 from TheDragonCode/6.x
Fixed `Arr::flattenKeys` method
2 parents a37bb7d + 11dd548 commit 3dbf171

304 files changed

Lines changed: 766 additions & 604 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

phpunit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* For the full copyright and license information, please view the LICENSE
66
* file that was distributed with this source code.
77
*
8-
* @author Andrey Helldar <helldar@ai-rus.com>
8+
* @author Andrey Helldar <helldar@dragon-code.pro>
99
*
10-
* @copyright 2022 Andrey Helldar
10+
* @copyright 2023 Andrey Helldar
1111
*
1212
* @license MIT
1313
*

src/Application/OS.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.
88
*
9-
* @author Andrey Helldar <helldar@ai-rus.com>
9+
* @author Andrey Helldar <helldar@dragon-code.pro>
1010
*
11-
* @copyright 2022 Andrey Helldar
11+
* @copyright 2023 Andrey Helldar
1212
*
1313
* @license MIT
1414
*

src/Application/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.
88
*
9-
* @author Andrey Helldar <helldar@ai-rus.com>
9+
* @author Andrey Helldar <helldar@dragon-code.pro>
1010
*
11-
* @copyright 2022 Andrey Helldar
11+
* @copyright 2023 Andrey Helldar
1212
*
1313
* @license MIT
1414
*

src/Callbacks/Empties.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.
88
*
9-
* @author Andrey Helldar <helldar@ai-rus.com>
9+
* @author Andrey Helldar <helldar@dragon-code.pro>
1010
*
11-
* @copyright 2022 Andrey Helldar
11+
* @copyright 2023 Andrey Helldar
1212
*
1313
* @license MIT
1414
*

src/Callbacks/Sorter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.
88
*
9-
* @author Andrey Helldar <helldar@ai-rus.com>
9+
* @author Andrey Helldar <helldar@dragon-code.pro>
1010
*
11-
* @copyright 2022 Andrey Helldar
11+
* @copyright 2023 Andrey Helldar
1212
*
1313
* @license MIT
1414
*

src/Concerns/Castable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* For the full copyright and license information, please view the LICENSE
66
* file that was distributed with this source code.
77
*
8-
* @author Andrey Helldar <helldar@ai-rus.com>
8+
* @author Andrey Helldar <helldar@dragon-code.pro>
99
*
10-
* @copyright 2022 Andrey Helldar
10+
* @copyright 2023 Andrey Helldar
1111
*
1212
* @license MIT
1313
*

src/Concerns/Dumpable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* For the full copyright and license information, please view the LICENSE
77
* file that was distributed with this source code.
88
*
9-
* @author Andrey Helldar <helldar@ai-rus.com>
9+
* @author Andrey Helldar <helldar@dragon-code.pro>
1010
*
11-
* @copyright 2022 Andrey Helldar
11+
* @copyright 2023 Andrey Helldar
1212
*
1313
* @license MIT
1414
*

src/Concerns/Makeable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* For the full copyright and license information, please view the LICENSE
66
* file that was distributed with this source code.
77
*
8-
* @author Andrey Helldar <helldar@ai-rus.com>
8+
* @author Andrey Helldar <helldar@dragon-code.pro>
99
*
10-
* @copyright 2022 Andrey Helldar
10+
* @copyright 2023 Andrey Helldar
1111
*
1212
* @license MIT
1313
*

src/Concerns/Resolvable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* For the full copyright and license information, please view the LICENSE
66
* file that was distributed with this source code.
77
*
8-
* @author Andrey Helldar <helldar@ai-rus.com>
8+
* @author Andrey Helldar <helldar@dragon-code.pro>
99
*
10-
* @copyright 2022 Andrey Helldar
10+
* @copyright 2023 Andrey Helldar
1111
*
1212
* @license MIT
1313
*

src/Concerns/Validation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* For the full copyright and license information, please view the LICENSE
66
* file that was distributed with this source code.
77
*
8-
* @author Andrey Helldar <helldar@ai-rus.com>
8+
* @author Andrey Helldar <helldar@dragon-code.pro>
99
*
10-
* @copyright 2022 Andrey Helldar
10+
* @copyright 2023 Andrey Helldar
1111
*
1212
* @license MIT
1313
*

0 commit comments

Comments
 (0)