Skip to content
This repository was archived by the owner on Dec 16, 2020. It is now read-only.

Commit 1959bcc

Browse files
committed
Merge pull request #189 from modsfabio/patch-1
Fix typo
2 parents 1366a4b + 42f5d9d commit 1959bcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/snapchat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,7 @@ function writeToFile($path, $data)
19141914
$newFile = $path . $ext;
19151915
rename($path, $newFile);
19161916

1917-
return $newFile
1917+
return $newFile;
19181918
}
19191919
else
19201920
return false;

0 commit comments

Comments
 (0)