Completed
Pull Request — master (#4)
by Alexander
02:29
created
examples/register.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Oleksandr Torosh <[email protected]>
4
- */
3
+     * @author Oleksandr Torosh <[email protected]>
4
+     */
5 5
 
6 6
 // Including Composer autoload.php
7 7
 require '../vendor/autoload.php';
Please login to merge, or discard this patch.
examples/events-list.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Oleksandr Torosh <[email protected]>
4
- */
3
+     * @author Oleksandr Torosh <[email protected]>
4
+     */
5 5
 
6 6
 // Including Composer autoload.php
7 7
 require '../vendor/autoload.php';
Please login to merge, or discard this patch.
examples/event.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Oleksandr Torosh <[email protected]>
4
- */
3
+     * @author Oleksandr Torosh <[email protected]>
4
+     */
5 5
 
6 6
 // Including Composer autoload.php
7 7
 require '../vendor/autoload.php';
Please login to merge, or discard this patch.