updated core and modules

This commit is contained in:
Bachir Soussi Chiadmi
2017-09-09 16:27:51 +02:00
parent 027aa99b32
commit 41863f872c
7810 changed files with 318922 additions and 83631 deletions
@@ -6,8 +6,8 @@ package: Development
tags:
- developer
# Information added by Drupal.org packaging script on 2016-09-03
version: '8.x-1.0-alpha1+23-dev'
# Information added by Drupal.org packaging script on 2017-08-14
version: '8.x-1.0'
core: '8.x'
project: 'devel'
datestamp: 1472897643
datestamp: 1502732047
@@ -24,13 +24,6 @@ class Kint extends DevelDumperBase {
kint_require();
}
/**
* {@inheritdoc}
*/
public function dump($input, $name = NULL) {
echo (string) $this->export($input, $name);
}
/**
* {@inheritdoc}
*/