Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / dependency-injection / DefinitionDecorator.php
index 4d0f694aa51fe8b93a8b21d324f7e6cb72193af5..1243695dba93013d13ffa1205d36e55f754fe7df 100644 (file)
@@ -74,36 +74,6 @@ class DefinitionDecorator extends Definition
         return parent::setFactory($callable);
     }
 
-    /**
-     * {@inheritdoc}
-     */
-    public function setFactoryClass($class)
-    {
-        $this->changes['factory_class'] = true;
-
-        return parent::setFactoryClass($class);
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function setFactoryMethod($method)
-    {
-        $this->changes['factory_method'] = true;
-
-        return parent::setFactoryMethod($method);
-    }
-
-    /**
-     * {@inheritdoc}
-     */
-    public function setFactoryService($service, $triggerDeprecationError = true)
-    {
-        $this->changes['factory_service'] = true;
-
-        return parent::setFactoryService($service, $triggerDeprecationError);
-    }
-
     /**
      * {@inheritdoc}
      */