Completed
Pull Request — master (#9)
by Miro
04:04 queued 02:08
created
src/Issue/State/GithubIssueStateFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
             return new GithubIssueClosedState();
24 24
         }
25 25
 
26
-        throw new Exception($githubIssueStateTest.' is not recognized issue state');
26
+        throw new Exception($githubIssueStateTest . ' is not recognized issue state');
27 27
     }
28 28
 }
Please login to merge, or discard this patch.