Upgrade to 3.2.0

This commit is contained in:
Bastian Allgeier
2019-06-25 09:56:08 +02:00
parent 9e18cf635d
commit 9c89153d35
296 changed files with 14408 additions and 2504 deletions

View File

@@ -4,11 +4,16 @@ namespace Kirby\Toolkit;
use ArgumentCountError;
use Kirby\Exception\InvalidArgumentException;
use Kirby\Toolkit\A;
use TypeError;
/**
* Vue-like components
*
* @package Kirby Toolkit
* @author Bastian Allgeier <bastian@getkirby.com>
* @link https://getkirby.com
* @copyright Bastian Allgeier GmbH
* @license https://opensource.org/licenses/MIT
*/
class Component
{
@@ -129,7 +134,7 @@ class Component
}
/**
* Improved var_dump output
* Improved `var_dump` output
*
* @return array
*/