Completed
Pull Request — master (#12)
by Miro
02:06
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.
src/Milestone/State/GithubMilestoneStateFactory.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 GithubMilestoneClosedState();
24 24
         }
25 25
 
26
-        throw new Exception($githubMilestoneStateTest.' is not recognized issue state');
26
+        throw new Exception($githubMilestoneStateTest . ' is not recognized issue state');
27 27
     }
28 28
 }
Please login to merge, or discard this patch.