Completed
Push — master ( 446929...2851ee )
by Dmitry
04:03
created
src/Application.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -7,6 +7,9 @@
 block discarded – undo
7 7
 
8 8
 class Application extends Container
9 9
 {
10
+    /**
11
+     * @param string $root
12
+     */
10 13
     public function __construct($root)
11 14
     {
12 15
         parent::__construct();
Please login to merge, or discard this patch.
tests/TarantoolTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 use Tarantool\Mapper\Mapper;
4
-
5 4
 use Repositories\NoteRepository;
6 5
 
7 6
 class TarantoolTest extends TestSuite
Please login to merge, or discard this patch.