Passed
Branch master (dc39c7)
by Eric
10:41
created
src/Bootstrap.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
     /**
170 170
      * Sets up and returns all the objects we'll use
171 171
      * 
172
-     * @return \JaegerApp\Language|\Pimple\Container
172
+     * @return Container
173 173
      */
174 174
     public function getServices()
175 175
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 namespace JaegerApp;
12 12
 
13 13
 use Pimple\Container;
14
-use JaegerApp\Exceptions\BootstrapException;
15 14
 use JaegerApp\Encrypt;
16 15
 use JaegerApp\Db;
17 16
 use JaegerApp\Language;
Please login to merge, or discard this patch.