Loading core/lib/Drupal/Core/Config/ConfigBase.php +0 −2 Original line number Diff line number Diff line Loading @@ -200,8 +200,6 @@ public function set($key, $value) { * @param array $data * Configuration array structure. * * @return null * * @throws \Drupal\Core\Config\ConfigValueException * If any key in $data in any depth contains a dot. */ Loading core/lib/Drupal/Core/Config/StorableConfigBase.php +0 −2 Original line number Diff line number Diff line Loading @@ -145,8 +145,6 @@ protected function getSchemaWrapper() { * @param mixed $value * Value to associate with the key. * * @return null * * @throws \Drupal\Core\Config\UnsupportedDataTypeConfigException * If the value is unsupported in configuration. */ Loading core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php +2 −4 Original line number Diff line number Diff line Loading @@ -177,7 +177,6 @@ public function unregister() { /** * Loads the given class or interface. * * @return null * This class never loads. */ public function loadClass() { Loading @@ -187,7 +186,6 @@ public function loadClass() { /** * Finds a file by class name while caching lookups to APC. * * @return null * This class never finds. */ public function findFile() { Loading Loading
core/lib/Drupal/Core/Config/ConfigBase.php +0 −2 Original line number Diff line number Diff line Loading @@ -200,8 +200,6 @@ public function set($key, $value) { * @param array $data * Configuration array structure. * * @return null * * @throws \Drupal\Core\Config\ConfigValueException * If any key in $data in any depth contains a dot. */ Loading
core/lib/Drupal/Core/Config/StorableConfigBase.php +0 −2 Original line number Diff line number Diff line Loading @@ -145,8 +145,6 @@ protected function getSchemaWrapper() { * @param mixed $value * Value to associate with the key. * * @return null * * @throws \Drupal\Core\Config\UnsupportedDataTypeConfigException * If the value is unsupported in configuration. */ Loading
core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php +2 −4 Original line number Diff line number Diff line Loading @@ -177,7 +177,6 @@ public function unregister() { /** * Loads the given class or interface. * * @return null * This class never loads. */ public function loadClass() { Loading @@ -187,7 +186,6 @@ public function loadClass() { /** * Finds a file by class name while caching lookups to APC. * * @return null * This class never finds. */ public function findFile() { Loading