Completed
Push — master ( 03936a...0ccb0c )
by Miro
02:19
created
src/Commit/GithubCommitSource.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,8 +92,8 @@
 block discarded – undo
92 92
     public function serialize()
93 93
     {
94 94
         return [
95
-            'sha'          => (string)$this->sha,
96
-            'githubRepoId' => (string)$this->githubRepoId,
95
+            'sha'          => (string) $this->sha,
96
+            'githubRepoId' => (string) $this->githubRepoId,
97 97
             'author'       => $this->author->serialize(),
98 98
             'committer'    => $this->committer->serialize(),
99 99
             'message'      => $this->message,
Please login to merge, or discard this patch.