Completed
Push — master ( 20e65b...923e53 )
by
unknown
03:59
created
src/Lingo.php 1 patch
Indentation   +23 added lines, -23 removed lines patch added patch discarded remove patch
@@ -1,28 +1,28 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * File containing the Lingo class
4
- *
5
- * This file is part of the MediaWiki extension Lingo.
6
- *
7
- * @copyright 2011 - 2016, Stephan Gambke
8
- * @license   GNU General Public License, version 2 (or any later version)
9
- *
10
- * The Lingo extension is free software: you can redistribute it and/or modify
11
- * it under the terms of the GNU General Public License as published by the Free
12
- * Software Foundation; either version 2 of the License, or (at your option) any
13
- * later version.
14
- *
15
- * The Lingo extension is distributed in the hope that it will be useful, but
16
- * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
18
- * details.
19
- *
20
- * You should have received a copy of the GNU General Public License along
21
- * with this program. If not, see <http://www.gnu.org/licenses/>.
22
- *
23
- * @file
24
- * @ingroup Lingo
25
- */
3
+	 * File containing the Lingo class
4
+	 *
5
+	 * This file is part of the MediaWiki extension Lingo.
6
+	 *
7
+	 * @copyright 2011 - 2016, Stephan Gambke
8
+	 * @license   GNU General Public License, version 2 (or any later version)
9
+	 *
10
+	 * The Lingo extension is free software: you can redistribute it and/or modify
11
+	 * it under the terms of the GNU General Public License as published by the Free
12
+	 * Software Foundation; either version 2 of the License, or (at your option) any
13
+	 * later version.
14
+	 *
15
+	 * The Lingo extension is distributed in the hope that it will be useful, but
16
+	 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17
+	 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
18
+	 * details.
19
+	 *
20
+	 * You should have received a copy of the GNU General Public License along
21
+	 * with this program. If not, see <http://www.gnu.org/licenses/>.
22
+	 *
23
+	 * @file
24
+	 * @ingroup Lingo
25
+	 */
26 26
 
27 27
 namespace Lingo;
28 28
 use MagicWord;
Please login to merge, or discard this patch.