From 6f1ce66ea43b095f6ba059f2cb774a0fe7e40a8f Mon Sep 17 00:00:00 2001
From: Perreal Guillaume <guillaume.perreal@irstea.fr>
Date: Fri, 15 Feb 2019 11:27:46 +0100
Subject: [PATCH] Suppression de code mort.

---
 src/TypeFactory.php | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/TypeFactory.php b/src/TypeFactory.php
index 2777f54..c0f9b6c 100644
--- a/src/TypeFactory.php
+++ b/src/TypeFactory.php
@@ -35,15 +35,6 @@ final class TypeFactory implements TypeFactoryInterface, \IteratorAggregate
     /** @var Type[] */
     private $types = [];
 
-    /**
-     * {@inheritdoc}
-     */
-    public function withContext(?ContextInterface $context): TypeFactoryInterface
-    {
-        // On utilise pas le contexte dans cette classe, donc en changer ne change rien.
-        return $this;
-    }
-
     /**
      * {@inheritdoc}
      */
-- 
GitLab