Verified Commit 15f71243 authored by Dave Long's avatar Dave Long
Browse files

Issue #3387950 by quietone, ashley_herodev, smustgrave, xjm: Fix '@return null' return types

(cherry picked from commit 8d14c6d9)
parent d900b5a3
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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.
   */
+0 −2
Original line number Diff line number Diff line
@@ -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.
   */
+2 −4
Original line number Diff line number Diff line
@@ -177,7 +177,6 @@ public function unregister() {
  /**
   * Loads the given class or interface.
   *
   * @return null
   * This class never loads.
   */
  public function loadClass() {
@@ -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() {