@@ -81,6 +81,7 @@ public function prototype($type)
81
81
82
82
/**
83
83
* Shorthand for prototype('variable')
84
+ *
84
85
* @return VariableNodeDefinition
85
86
*/
86
87
public function prototypeVariable ()
@@ -90,6 +91,7 @@ public function prototypeVariable()
90
91
91
92
/**
92
93
* Shorthand for prototype('scalar')
94
+ *
93
95
* @return ScalarNodeDefinition
94
96
*/
95
97
public function prototypeScalar ()
@@ -99,6 +101,7 @@ public function prototypeScalar()
99
101
100
102
/**
101
103
* Shorthand for prototype('boolean')
104
+ *
102
105
* @return BooleanNodeDefinition
103
106
*/
104
107
public function prototypeBoolean ()
@@ -108,6 +111,7 @@ public function prototypeBoolean()
108
111
109
112
/**
110
113
* Shorthand for prototype('integer')
114
+ *
111
115
* @return IntegerNodeDefinition
112
116
*/
113
117
public function prototypeInteger ()
@@ -117,6 +121,7 @@ public function prototypeInteger()
117
121
118
122
/**
119
123
* Shorthand for prototype('float')
124
+ *
120
125
* @return FloatNodeDefinition
121
126
*/
122
127
public function prototypeFloat ()
@@ -126,6 +131,7 @@ public function prototypeFloat()
126
131
127
132
/**
128
133
* Shorthand for prototype('array')
134
+ *
129
135
* @return ArrayNodeDefinition
130
136
*/
131
137
public function prototypeArray ()
@@ -135,6 +141,7 @@ public function prototypeArray()
135
141
136
142
/**
137
143
* Shorthand for prototype('enum')
144
+ *
138
145
* @return EnumNodeDefinition
139
146
*/
140
147
public function prototypeEnum ()
0 commit comments