Completed
Push — master ( e5d9c4...8f98c9 )
by Julián
02:10
created
tests/Doctrine/EntitytManagerBuilderTest.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Slim3 Doctrine integration (https://github.com/juliangut/slim-doctrine)
4
- *
5
- * @link https://github.com/juliangut/slim-doctrine for the canonical source repository
6
- * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE
7
- */
3
+     * Slim3 Doctrine integration (https://github.com/juliangut/slim-doctrine)
4
+     *
5
+     * @link https://github.com/juliangut/slim-doctrine for the canonical source repository
6
+     * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE
7
+     */
8 8
 
9 9
 namespace Jgut\Slim\Doctrine\Tests;
10 10
 
Please login to merge, or discard this patch.
tests/bootstrap.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Slim3 Doctrine integration (https://github.com/juliangut/slim-doctrine)
4
- *
5
- * @link https://github.com/juliangut/slim-doctrine for the canonical source repository
6
- * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE
7
- */
3
+     * Slim3 Doctrine integration (https://github.com/juliangut/slim-doctrine)
4
+     *
5
+     * @link https://github.com/juliangut/slim-doctrine for the canonical source repository
6
+     * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE
7
+     */
8 8
 
9 9
 require_once __DIR__ . '/../vendor/autoload.php';
Please login to merge, or discard this patch.