Completed
Pull Request — master (#24)
by Quentin
03:30
created
src/Majora/Framework/Api/Request/RestApiRequestFactory.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,8 +43,7 @@
 block discarded – undo
43 43
         array $defaultOptions = array(),
44 44
         array $defaultBodyData = array(),
45 45
         array $routeMapping = array()
46
-    )
47
-    {
46
+    ) {
48 47
         $this->urlGenerator = $urlGenerator;
49 48
         $this->defaultOptions = $defaultOptions;
50 49
         $this->defaultBodyData = $defaultBodyData;
Please login to merge, or discard this patch.
src/Majora/Framework/Validation/ValidationException.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,8 @@
 block discarded – undo
106 106
      *
107 107
      * @return array
108 108
      */
109
-    public function formatReport(){
109
+    public function formatReport()
110
+    {
110 111
         $messages = array();
111 112
         $report = $this->getReport();
112 113
 
Please login to merge, or discard this patch.