diff --git a/src/TypeFactory.php b/src/TypeFactory.php
index 2777f54f319da004989ec28baf04e4d3692f65ee..c0f9b6c6d1aba90a4bd402c6cdf7a346c4b17f26 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}
      */