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

Commit a4d202d

Browse files
committed
Tabs to spaces
1 parent 145ee67 commit a4d202d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facebook/FacebookRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public function __construct(
218218
*/
219219
protected function getRequestURL()
220220
{
221-
$pathElements = explode('/', $this->path);
221+
$pathElements = explode('/', $this->path);
222222
$lastInPath = end($pathElements);
223223
if ($lastInPath == 'videos' && $this->method === 'POST') {
224224
$baseUrl = static::BASE_VIDEO_GRAPH_URL;

0 commit comments

Comments
 (0)