@@ -92,8 +92,8 @@ |
||
| 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, |