Completed
Push — master ( 91a3af...095fa7 )
by Peter
06:05
created
src/QueryBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 
9 9
 namespace Maslosoft\Manganel;
10 10
 
11
-use Exception;
12 11
 use Maslosoft\Addendum\Interfaces\AnnotatedInterface;
13 12
 use Maslosoft\Mangan\Helpers\CollectionNamer;
14 13
 use Maslosoft\Mangan\Interfaces\CriteriaAwareInterface;
Please login to merge, or discard this patch.
src/Traits/IndexAwareTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 	/**
38 38
 	 * Set currently used index
39 39
 	 * @param string $index
40
-	 * @return static
40
+	 * @return IndexAwareInterface
41 41
 	 */
42 42
 	public function setIndex($index)
43 43
 	{
Please login to merge, or discard this patch.