File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -91,25 +91,25 @@ Codepen::getProfile($username);
91
91
+"links": array:3 [▶]
92
92
}
93
93
94
- Codepen::user('chriscoyier')->location
94
+ Codepen::user('chriscoyier')->location;
95
95
// returns Milwaukee, WI
96
96
97
- Codepen::user('chriscoyier')->nicename
97
+ Codepen::user('chriscoyier')->nicename;
98
98
// returns Chris Coyier
99
99
100
- Codepen::user('chriscoyier')->username
100
+ Codepen::user('chriscoyier')->username;
101
101
// returns chriscoyier
102
102
103
- Codepen::user('chriscoyier')->avatar
103
+ Codepen::user('chriscoyier')->avatar;
104
104
// returns //s3-us-west-2.amazonaws.com/s.cdpn.io/3/profile/profile-512_22.jpg
105
105
106
- Codepen::user('chriscoyier')->bio
106
+ Codepen::user('chriscoyier')->bio;
107
107
// returns I'm kinda into this whole CodePen thing.
108
108
109
- Codepen::user('chriscoyier')->followers
109
+ Codepen::user('chriscoyier')->followers;
110
110
// returns 6399
111
111
112
- Codepen::user('chriscoyier')->following
112
+ Codepen::user('chriscoyier')->following;
113
113
// returns 1165
114
114
115
115
Codepen::getLovedPosts($username);
You can’t perform that action at this time.
0 commit comments