File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323abstract class AbstractGithubObject
2424{
2525 /**
26- * @var Registry Options for the GitHub object.
26+ * Options for the GitHub object.
27+ *
28+ * @var Registry
2729 * @since 1.0
2830 */
2931 protected $ options ;
3032
3133 /**
32- * @var Http The HTTP client object to use in sending HTTP requests.
34+ * The HTTP client object to use in sending HTTP requests.
35+ *
36+ * @var Http
3337 * @since 1.0
3438 */
3539 protected $ client ;
3640
3741 /**
38- * @var string The package the object resides in
42+ * The package the object resides in
43+ *
44+ * @var string
3945 * @since 1.0
4046 */
4147 protected $ package = '' ;
Original file line number Diff line number Diff line change 3737class Github
3838{
3939 /**
40- * @var array Options for the GitHub object.
40+ * Options for the GitHub object.
41+ *
42+ * @var array
4143 * @since 1.0
4244 */
4345 protected $ options ;
4446
4547 /**
46- * @var Http The HTTP client object to use in sending HTTP requests.
48+ * The HTTP client object to use in sending HTTP requests.
49+ *
50+ * @var Http
4751 * @since 1.0
4852 */
4953 protected $ client ;
You can’t perform that action at this time.
0 commit comments