Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit bfb6f28

Browse files
committed
Merge pull request #312 from leonar15/4.0-dev
fixed spacing on GraphAlbum object
2 parents 263df57 + fd22f6b commit bfb6f28

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/Facebook/GraphAlbum.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function canUpload()
5858
*/
5959
public function getCount()
6060
{
61-
return$this->getProperty('count');
61+
return $this->getProperty('count');
6262
}
6363

6464
/**
@@ -68,7 +68,7 @@ public function getCount()
6868
*/
6969
public function getCoverPhoto()
7070
{
71-
return$this->getProperty('cover_photo');
71+
return $this->getProperty('cover_photo');
7272
}
7373

7474
/**
@@ -106,7 +106,7 @@ public function getUpdatedTime()
106106
*/
107107
public function getDescription()
108108
{
109-
return$this->getProperty('description');
109+
return $this->getProperty('description');
110110
}
111111

112112
/**
@@ -126,7 +126,7 @@ public function getFrom()
126126
*/
127127
public function getLink()
128128
{
129-
return$this->getProperty('link');
129+
return $this->getProperty('link');
130130
}
131131

132132
/**
@@ -136,7 +136,7 @@ public function getLink()
136136
*/
137137
public function getLocation()
138138
{
139-
return$this->getProperty('location');
139+
return $this->getProperty('location');
140140
}
141141

142142
/**
@@ -146,7 +146,7 @@ public function getLocation()
146146
*/
147147
public function getName()
148148
{
149-
return$this->getProperty('name');
149+
return $this->getProperty('name');
150150
}
151151

152152
/**
@@ -156,7 +156,7 @@ public function getName()
156156
*/
157157
public function getPrivacy()
158158
{
159-
return$this->getProperty('privacy');
159+
return $this->getProperty('privacy');
160160
}
161161

162162
/**
@@ -166,7 +166,7 @@ public function getPrivacy()
166166
*/
167167
public function getType()
168168
{
169-
return$this->getProperty('type');
169+
return $this->getProperty('type');
170170
}
171171

172172
//TODO: public function getPlace() that should return GraphPage

0 commit comments

Comments
 (0)