From 29fb27d9980e82cfd114213b1ba1360481b07f30 Mon Sep 17 00:00:00 2001 From: Jelle van Oosterbosch Date: Wed, 19 Sep 2018 09:33:35 +0200 Subject: [PATCH] This should be a string instead of an integer --- Resources/doc/exporter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/exporter.md b/Resources/doc/exporter.md index da2c278..a776e87 100644 --- a/Resources/doc/exporter.md +++ b/Resources/doc/exporter.md @@ -75,7 +75,7 @@ class Product private $id; /** - * @var int + * @var string * * @GDPR\Export() */