Completed
Push — master ( 09f9e2...15868f )
by Byron
05:23 queued 02:57
created
src/Methods/Detect.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the badams\MicrosoftTranslator library
4
- *
5
- * @license http://opensource.org/licenses/MIT
6
- * @link https://github.com/badams/microsoft-translator
7
- * @package badams/microsoft-translator
8
- *
9
- * For the full copyright and license information, please view the LICENSE
10
- * file that was distributed with this source code.
11
- */
3
+     * This file is part of the badams\MicrosoftTranslator library
4
+     *
5
+     * @license http://opensource.org/licenses/MIT
6
+     * @link https://github.com/badams/microsoft-translator
7
+     * @package badams/microsoft-translator
8
+     *
9
+     * For the full copyright and license information, please view the LICENSE
10
+     * file that was distributed with this source code.
11
+     */
12 12
 
13 13
 namespace badams\MicrosoftTranslator\Methods;
14 14
 
Please login to merge, or discard this patch.
src/Exceptions/ArgumentException.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the badams\MicrosoftTranslator library
4
- *
5
- * @license http://opensource.org/licenses/MIT
6
- * @link https://github.com/badams/microsoft-translator
7
- * @package badams/microsoft-translator
8
- *
9
- * For the full copyright and license information, please view the LICENSE
10
- * file that was distributed with this source code.
11
- */
3
+     * This file is part of the badams\MicrosoftTranslator library
4
+     *
5
+     * @license http://opensource.org/licenses/MIT
6
+     * @link https://github.com/badams/microsoft-translator
7
+     * @package badams/microsoft-translator
8
+     *
9
+     * For the full copyright and license information, please view the LICENSE
10
+     * file that was distributed with this source code.
11
+     */
12 12
 
13 13
 namespace badams\MicrosoftTranslator\Methods;
14 14
 
Please login to merge, or discard this patch.
src/Methods/Speak.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the badams\MicrosoftTranslator library
4
- *
5
- * @license http://opensource.org/licenses/MIT
6
- * @link https://github.com/badams/microsoft-translator
7
- * @package badams/microsoft-translator
8
- *
9
- * For the full copyright and license information, please view the LICENSE
10
- * file that was distributed with this source code.
11
- */
3
+     * This file is part of the badams\MicrosoftTranslator library
4
+     *
5
+     * @license http://opensource.org/licenses/MIT
6
+     * @link https://github.com/badams/microsoft-translator
7
+     * @package badams/microsoft-translator
8
+     *
9
+     * For the full copyright and license information, please view the LICENSE
10
+     * file that was distributed with this source code.
11
+     */
12 12
 
13 13
 namespace badams\MicrosoftTranslator\Methods;
14 14
 
Please login to merge, or discard this patch.
src/Methods/GetLanguageNames.php 2 patches
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the badams\MicrosoftTranslator library
4
- *
5
- * @license http://opensource.org/licenses/MIT
6
- * @link https://github.com/badams/microsoft-translator
7
- * @package badams/microsoft-translator
8
- *
9
- * For the full copyright and license information, please view the LICENSE
10
- * file that was distributed with this source code.
11
- */
3
+     * This file is part of the badams\MicrosoftTranslator library
4
+     *
5
+     * @license http://opensource.org/licenses/MIT
6
+     * @link https://github.com/badams/microsoft-translator
7
+     * @package badams/microsoft-translator
8
+     *
9
+     * For the full copyright and license information, please view the LICENSE
10
+     * file that was distributed with this source code.
11
+     */
12 12
 
13 13
 namespace badams\MicrosoftTranslator\Methods;
14 14
 
Please login to merge, or discard this patch.
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -25,6 +25,9 @@
 block discarded – undo
25 25
     protected $languageCodes;
26 26
 
27 27
 
28
+    /**
29
+     * @param string $locale
30
+     */
28 31
     public function __construct($locale, $languageCodes)
29 32
     {
30 33
         $this->locale = new Language($locale);
Please login to merge, or discard this patch.
src/Methods/GetLanguagesForSpeak.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the badams\MicrosoftTranslator library
4
- *
5
- * @license http://opensource.org/licenses/MIT
6
- * @link https://github.com/badams/microsoft-translator
7
- * @package badams/microsoft-translator
8
- *
9
- * For the full copyright and license information, please view the LICENSE
10
- * file that was distributed with this source code.
11
- */
3
+     * This file is part of the badams\MicrosoftTranslator library
4
+     *
5
+     * @license http://opensource.org/licenses/MIT
6
+     * @link https://github.com/badams/microsoft-translator
7
+     * @package badams/microsoft-translator
8
+     *
9
+     * For the full copyright and license information, please view the LICENSE
10
+     * file that was distributed with this source code.
11
+     */
12 12
 
13 13
 namespace badams\MicrosoftTranslator\Methods;
14 14
 
Please login to merge, or discard this patch.