From 358777c7f92bd764a148c007b68707aa9752321f Mon Sep 17 00:00:00 2001
From: Perreal Guillaume <guillaume.perreal@irstea.fr>
Date: Mon, 15 Apr 2019 17:11:47 +0200
Subject: [PATCH] =?UTF-8?q?Consid=C3=A8re=20un=20"isIdentifier"=20null=20c?=
 =?UTF-8?q?omme=20false.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/php/Metadata/PropertyMetadataFactory.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/php/Metadata/PropertyMetadataFactory.php b/src/php/Metadata/PropertyMetadataFactory.php
index 76fd3dd..55d0e25 100644
--- a/src/php/Metadata/PropertyMetadataFactory.php
+++ b/src/php/Metadata/PropertyMetadataFactory.php
@@ -110,7 +110,7 @@ class PropertyMetadataFactory
             $propertyName,
             '',
             $typeMeta,
-            $propertyMeta->isIdentifier(),
+            $propertyMeta->isIdentifier() ?: false,
             $nullable,
             $propertyMeta->isReadable(),
             $propertyMeta->isWritable(),
-- 
GitLab