Completed
Pull Request — master (#2212)
by
unknown
02:51
created
src/Admin.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -190,18 +190,18 @@
 block discarded – undo
190 190
     }
191 191
 
192 192
     /**
193
-    * @param string $subtitle
194
-    * @param string $sep
195
-    *
196
-    * @retuen void
197
-    */
193
+     * @param string $subtitle
194
+     * @param string $sep
195
+     *
196
+     * @retuen void
197
+     */
198 198
     public function setSubtitle($subtitle, $sep = ' - ') {
199 199
         $this->subtitle = $sep . $subtitle;
200 200
     }
201 201
 
202 202
     /**
203
-    * @retuen string
204
-    */
203
+     * @retuen string
204
+     */
205 205
     public function getSubtitle() {
206 206
         return $this->subtitle;
207 207
     }
Please login to merge, or discard this patch.