Completed
Push — master ( ab1c9f...2a9043 )
by Alexander
02:16
created
src/FCGI.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -36,13 +36,13 @@
 block discarded – undo
36 36
     const STDERR             = 7;
37 37
     const DATA               = 8;
38 38
     const GET_VALUES         = 9;
39
-    const GET_VALUES_RESULT  =10;
40
-    const UNKNOWN_TYPE       =11;
39
+    const GET_VALUES_RESULT  = 10;
40
+    const UNKNOWN_TYPE       = 11;
41 41
 
42 42
     /**
43 43
      * Value for requestId component of FCGI_Header
44 44
      */
45
-    const NULL_REQUEST_ID    = 0;
45
+    const NULL_REQUEST_ID = 0;
46 46
 
47 47
     /**
48 48
      * Mask for flags component of FCGI_BeginRequestBody
Please login to merge, or discard this patch.
src/FCGI/Record.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Alexander.Lisachenko
4
- * @date 14.07.2014
5
- */
3
+     * @author Alexander.Lisachenko
4
+     * @date 14.07.2014
5
+     */
6 6
 
7 7
 namespace Protocol\FCGI;
8 8
 
Please login to merge, or discard this patch.
src/FCGI/Record/Stdin.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Alexander.Lisachenko
4
- * @date 08.09.2015
5
- */
3
+     * @author Alexander.Lisachenko
4
+     * @date 08.09.2015
5
+     */
6 6
 
7 7
 namespace Protocol\FCGI\Record;
8 8
 
Please login to merge, or discard this patch.
src/FCGI/Record/BeginRequest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Alexander.Lisachenko
4
- * @date 14.07.2014
5
- */
3
+     * @author Alexander.Lisachenko
4
+     * @date 14.07.2014
5
+     */
6 6
 
7 7
 namespace Protocol\FCGI\Record;
8 8
 
Please login to merge, or discard this patch.
src/FCGI/Record/GetValuesResult.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Alexander.Lisachenko
4
- * @date 14.07.2014
5
- */
3
+     * @author Alexander.Lisachenko
4
+     * @date 14.07.2014
5
+     */
6 6
 
7 7
 namespace Protocol\FCGI\Record;
8 8
 
Please login to merge, or discard this patch.
src/FCGI/Record/UnknownType.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Alexander.Lisachenko
4
- * @date 14.07.2014
5
- */
3
+     * @author Alexander.Lisachenko
4
+     * @date 14.07.2014
5
+     */
6 6
 
7 7
 namespace Protocol\FCGI\Record;
8 8
 
Please login to merge, or discard this patch.
src/FCGI/Record/AbortRequest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Alexander.Lisachenko
4
- * @date 08.09.2015
5
- */
3
+     * @author Alexander.Lisachenko
4
+     * @date 08.09.2015
5
+     */
6 6
 
7 7
 namespace Protocol\FCGI\Record;
8 8
 
Please login to merge, or discard this patch.
src/FCGI/Record/Data.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Alexander.Lisachenko
4
- * @date 08.09.2015
5
- */
3
+     * @author Alexander.Lisachenko
4
+     * @date 08.09.2015
5
+     */
6 6
 
7 7
 namespace Protocol\FCGI\Record;
8 8
 
Please login to merge, or discard this patch.
src/FCGI/Record/Stdout.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Alexander.Lisachenko
4
- * @date 14.07.2014
5
- */
3
+     * @author Alexander.Lisachenko
4
+     * @date 14.07.2014
5
+     */
6 6
 
7 7
 namespace Protocol\FCGI\Record;
8 8
 
Please login to merge, or discard this patch.