Completed
Push — master ( 069a06...942c43 )
by Marc
03:42
created
src/Strategy/GithubStrategy.php 2 patches
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -175,10 +175,12 @@
 block discarded – undo
175 175
 
176 176
         foreach ($jsonResponse['assets'] as $asset)
177 177
         {
178
-            if ($asset['name'] == $this->pharFile) //todo: add correct filter
178
+            if ($asset['name'] == $this->pharFile) {
179
+                //todo: add correct filter
179 180
             {
180 181
                 return $asset['browser_download_url'];
181 182
             }
183
+            }
182 184
         }
183 185
 
184 186
         return '';
Please login to merge, or discard this patch.
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package: marx/php-self-updater
4
- *
5
- * @author:  msiebeneicher
6
- * @since:   2015-12-27
7
- *
8
- */
3
+     * @package: marx/php-self-updater
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-12-27
7
+     *
8
+     */
9 9
 
10 10
 namespace PSU;
11 11
 
Please login to merge, or discard this patch.
src/Updater.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package: marx/php-self-updater
4
- *
5
- * @author:  msiebeneicher
6
- * @since:   2015-12-27
7
- *
8
- */
3
+     * @package: marx/php-self-updater
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-12-27
7
+     *
8
+     */
9 9
 
10 10
 namespace PSU;
11 11
 
Please login to merge, or discard this patch.
src/HttpClient/Adapter/GuzzlApapter.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package: marx/php-self-updater
4
- *
5
- * @author:  msiebeneicher
6
- * @since:   2015-12-27
7
- *
8
- */
3
+     * @package: marx/php-self-updater
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-12-27
7
+     *
8
+     */
9 9
 
10 10
 namespace PSU;
11 11
 
Please login to merge, or discard this patch.
src/HttpClient/HttpClientInterface.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package: marx/php-self-updater
4
- *
5
- * @author:  msiebeneicher
6
- * @since:   2015-12-27
7
- *
8
- */
3
+     * @package: marx/php-self-updater
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-12-27
7
+     *
8
+     */
9 9
 
10 10
 namespace PSU;
11 11
 
Please login to merge, or discard this patch.
src/HttpClient/HttpClientFactory.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package: marx/php-self-updater
4
- *
5
- * @author:  msiebeneicher
6
- * @since:   2015-12-27
7
- *
8
- */
3
+     * @package: marx/php-self-updater
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-12-27
7
+     *
8
+     */
9 9
 
10 10
 namespace PSU;
11 11
 
Please login to merge, or discard this patch.
src/Strategy/StrategyInterface.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package: marx/php-self-updater
4
- *
5
- * @author:  msiebeneicher
6
- * @since:   2015-12-27
7
- *
8
- */
3
+     * @package: marx/php-self-updater
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-12-27
7
+     *
8
+     */
9 9
 
10 10
 namespace PSU;
11 11
 
Please login to merge, or discard this patch.