File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ public function getToken()
76
76
/**
77
77
* Sets the parent token.
78
78
*
79
- * @param Profile $parent The parent Profile
79
+ * @param Profile $parent
80
80
*/
81
81
public function setParent (Profile $ parent )
82
82
{
@@ -86,7 +86,7 @@ public function setParent(Profile $parent)
86
86
/**
87
87
* Returns the parent profile.
88
88
*
89
- * @return Profile The parent profile
89
+ * @return self
90
90
*/
91
91
public function getParent ()
92
92
{
@@ -191,7 +191,7 @@ public function getStatusCode()
191
191
/**
192
192
* Finds children profilers.
193
193
*
194
- * @return Profile[] An array of Profile
194
+ * @return self[]
195
195
*/
196
196
public function getChildren ()
197
197
{
@@ -201,7 +201,7 @@ public function getChildren()
201
201
/**
202
202
* Sets children profiler.
203
203
*
204
- * @param Profile[] $children An array of Profile
204
+ * @param Profile[] $children
205
205
*/
206
206
public function setChildren (array $ children )
207
207
{
@@ -214,7 +214,7 @@ public function setChildren(array $children)
214
214
/**
215
215
* Adds the child token.
216
216
*
217
- * @param Profile $child The child Profile
217
+ * @param Profile $child
218
218
*/
219
219
public function addChild (Profile $ child )
220
220
{
You can’t perform that action at this time.
0 commit comments