@@ -259,7 +259,7 @@ public function decodeBody()
259
259
/**
260
260
* Instantiate a new GraphObject from response.
261
261
*
262
- * @param string|null $subclassName The GraphNode sub class to cast to.
262
+ * @param string|null $subclassName The GraphNode subclass to cast to.
263
263
*
264
264
* @return \Facebook\GraphNodes\GraphObject
265
265
*
@@ -276,7 +276,7 @@ public function getGraphObject($subclassName = null)
276
276
/**
277
277
* Instantiate a new GraphNode from response.
278
278
*
279
- * @param string|null $subclassName The GraphNode sub class to cast to.
279
+ * @param string|null $subclassName The GraphNode subclass to cast to.
280
280
*
281
281
* @return \Facebook\GraphNodes\GraphNode
282
282
*
@@ -376,7 +376,7 @@ public function getGraphGroup()
376
376
/**
377
377
* Instantiate a new GraphList from response.
378
378
*
379
- * @param string|null $subclassName The GraphNode sub class to cast list items to.
379
+ * @param string|null $subclassName The GraphNode subclass to cast list items to.
380
380
* @param boolean $auto_prefix Toggle to auto-prefix the subclass name.
381
381
*
382
382
* @return \Facebook\GraphNodes\GraphList
@@ -394,7 +394,7 @@ public function getGraphList($subclassName = null, $auto_prefix = true)
394
394
/**
395
395
* Instantiate a new GraphEdge from response.
396
396
*
397
- * @param string|null $subclassName The GraphNode sub class to cast list items to.
397
+ * @param string|null $subclassName The GraphNode subclass to cast list items to.
398
398
* @param boolean $auto_prefix Toggle to auto-prefix the subclass name.
399
399
*
400
400
* @return \Facebook\GraphNodes\GraphEdge
0 commit comments