Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Loader / Configurator / Traits / DecorateTrait.php
index 0891fd90612d4f962104b2710c79b2282da6ec04..173ad15f0695113fbc0449913a9b4a5b613d6080 100644 (file)
@@ -18,8 +18,8 @@ trait DecorateTrait
     /**
      * Sets the service that this service is decorating.
      *
-     * @param null|string $id        The decorated service id, use null to remove decoration
-     * @param null|string $renamedId The new decorated service id
+     * @param string|null $id        The decorated service id, use null to remove decoration
+     * @param string|null $renamedId The new decorated service id
      * @param int         $priority  The priority of decoration
      *
      * @return $this