Completed
Pull Request — master (#2)
by
unknown
02:22
created
tests/bootstrap.php 1 patch
Indentation   +6 added lines, -6 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
- *
7
- * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE
8
- */
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
+     *
7
+     * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE
8
+     */
9 9
 
10 10
 require_once __DIR__ . '/../vendor/autoload.php';
Please login to merge, or discard this patch.
tests/Doctrine/EntityManagerBuilderTest.php 1 patch
Indentation   +6 added lines, -6 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
- *
7
- * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE
8
- */
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
+     *
7
+     * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE
8
+     */
9 9
 
10 10
 require_once __DIR__ . '/../vendor/autoload.php';
Please login to merge, or discard this patch.
tests/Doctrine/DocumentManagerBuilderTest.php 1 patch
Indentation   +6 added lines, -6 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
- *
7
- * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE
8
- */
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
+     *
7
+     * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE
8
+     */
9 9
 
10 10
 require_once __DIR__ . '/../vendor/autoload.php';
Please login to merge, or discard this patch.
src/DocumentManagerBuilder.php 1 patch
Indentation   +6 added lines, -6 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
- *
7
- * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE
8
- */
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
+     *
7
+     * @license https://raw.githubusercontent.com/juliangut/slim-doctrine/master/LICENSE
8
+     */
9 9
 
10 10
 require_once __DIR__ . '/../vendor/autoload.php';
Please login to merge, or discard this patch.