Completed
Pull Request — master (#92)
by Moshe
06:59
created
src/AnnotatedCommand.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -135,10 +135,10 @@
 block discarded – undo
135 135
         return $this;
136 136
     }
137 137
 
138
-  public function getExampleUsages()
139
-  {
138
+    public function getExampleUsages()
139
+    {
140 140
     return $this->examples;
141
-  }
141
+    }
142 142
 
143 143
     protected function addUsageOrExample($usage, $description)
144 144
     {
Please login to merge, or discard this patch.