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