Skip to content

Commit 3aa9fe8

Browse files
committed
Fixed some "sub class" to "subclass"
1 parent 4032e88 commit 3aa9fe8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Facebook/FacebookResponse.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public function decodeBody()
259259
/**
260260
* Instantiate a new GraphObject from response.
261261
*
262-
* @param string|null $subclassName The GraphNode sub class to cast to.
262+
* @param string|null $subclassName The GraphNode subclass to cast to.
263263
*
264264
* @return \Facebook\GraphNodes\GraphObject
265265
*
@@ -276,7 +276,7 @@ public function getGraphObject($subclassName = null)
276276
/**
277277
* Instantiate a new GraphNode from response.
278278
*
279-
* @param string|null $subclassName The GraphNode sub class to cast to.
279+
* @param string|null $subclassName The GraphNode subclass to cast to.
280280
*
281281
* @return \Facebook\GraphNodes\GraphNode
282282
*
@@ -376,7 +376,7 @@ public function getGraphGroup()
376376
/**
377377
* Instantiate a new GraphList from response.
378378
*
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.
380380
* @param boolean $auto_prefix Toggle to auto-prefix the subclass name.
381381
*
382382
* @return \Facebook\GraphNodes\GraphList
@@ -394,7 +394,7 @@ public function getGraphList($subclassName = null, $auto_prefix = true)
394394
/**
395395
* Instantiate a new GraphEdge from response.
396396
*
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.
398398
* @param boolean $auto_prefix Toggle to auto-prefix the subclass name.
399399
*
400400
* @return \Facebook\GraphNodes\GraphEdge

0 commit comments

Comments
 (0)