1
0
mirror of synced 2025-01-31 20:41:44 +03:00

Merge pull request #1108 from umpirsky/patch-1

Minor CS fix
This commit is contained in:
Steve Müller 2014-08-12 10:16:17 +02:00
commit 6ac19b04bf

View File

@ -917,6 +917,7 @@ class ClassMetadataInfo implements ClassMetadata
return clone $this->_prototype; return clone $this->_prototype;
} }
/** /**
* Restores some state that can not be serialized/unserialized. * Restores some state that can not be serialized/unserialized.
* *