From 09dbaa5318d186aba4cdc2d98e4b0161aff111a1 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 25 Sep 2014 14:04:23 +0200 Subject: [PATCH] ConverterInterface -> Converter --- pq/Connection/setConverter.md | 8 ++++---- pq/Connection/unsetConverter.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pq/Connection/setConverter.md b/pq/Connection/setConverter.md index 0c71405..8f9dec7 100644 --- a/pq/Connection/setConverter.md +++ b/pq/Connection/setConverter.md @@ -1,11 +1,11 @@ -# void pq\Connection::setConverter(pq\ConverterInterface $converter) +# void pq\Connection::setConverter(pq\Converter $converter) Set a data type converter. ## Params: -* pq\ConverterInterface $converter - An instance implementing pq\ConverterInterface. +* pq\Converter $converter + An instance implementing pq\Converter. ## Throws: @@ -16,7 +16,7 @@ Set a data type converter.