Completed
Push — master ( 1bde6d...bf208c )
by Korvin
02:29
created
src/Adapter/ModernAdapter.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
     }
50 50
 
51 51
     /**
52
-     * @param $path
52
+     * @param string $path
53 53
      */
54 54
     protected function defineConstants($path)
55 55
     {
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @param $path
65
+     * @param string $path
66 66
      */
67 67
     protected function registerAutoload($path)
68 68
     {
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     }
72 72
 
73 73
     /**
74
-     * @param $path
74
+     * @param string $path
75 75
      * @return \Concrete\Core\Application\Application
76 76
      */
77 77
     protected function getApplicationInstance($path)
Please login to merge, or discard this patch.
src/Transaction/TransactionTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Buttress\ConcreteClient\Transaction;
4 4
 
5
-use Buttress\ConcreteClient\Exception\RuntimeException;
6 5
 use Buttress\ConcreteClient\Exception\TransactionException;
7 6
 
8 7
 trait TransactionTrait
Please login to merge, or discard this patch.