We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991543f commit 5a510e1Copy full SHA for 5a510e1
core/operations.md
@@ -979,29 +979,29 @@ class Place
979
* @var int
980
*
981
* @ORM\Id
982
- * @ORM\GeneratedValue()
+ * @ORM\GeneratedValue
983
* @ORM\Column(type="integer")
984
*/
985
private $id;
986
987
/**
988
* @var string
989
990
- * Column(type="string")
+ * @ORM\Column
991
992
private $name;
993
994
995
* @var float
996
997
- * Column(type="float")
+ * @ORM\Column(type="float")
998
999
private $latitude;
1000
1001
1002
1003
1004
1005
1006
private $longitude;
1007
0 commit comments