Completed
Push — master ( f32624...4e9dd5 )
by Peter
05:55
created
docs/traits/index.md.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Maslosoft\Ilmatar\Components\Controller;
4
-use Maslosoft\Ilmatar\Widgets\Form\ActiveForm;
5 3
 use Maslosoft\Mangan\Traits\I18NAbleTrait;
6 4
 use Maslosoft\Zamm\DocBlock;
7 5
 use Maslosoft\Zamm\Iterator;
Please login to merge, or discard this patch.
src/Helpers/Transformator.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -57,6 +57,7 @@
 block discarded – undo
57 57
 	 * Class constructor
58 58
 	 * @param AnnotatedInterface $model
59 59
 	 * @param string $transformatorClass
60
+	 * @param ManganMeta $meta
60 61
 	 */
61 62
 	public function __construct(AnnotatedInterface $model, $transformatorClass = TransformatorInterface::class, $meta = null)
62 63
 	{
Please login to merge, or discard this patch.
src/Document.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Maslosoft\Mangan\Interfaces\ActiveRecordInterface;
17 17
 use Maslosoft\Mangan\Sanitizers\MongoObjectId;
18
-use Maslosoft\Mangan\Sanitizers\MongoStringId;
19 18
 use Maslosoft\Mangan\Traits\CollectionNameTrait;
20 19
 use Maslosoft\Mangan\Traits\EntityManagerTrait;
21 20
 use Maslosoft\Mangan\Traits\FinderTrait;
Please login to merge, or discard this patch.
src/Abstracts/AbstractScopeManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
 	/**
81 81
 	 * Resets all scopes and criteria applied including default scope.
82 82
 	 *
83
-	 * @return Document
83
+	 * @return AbstractScopeManager
84 84
 	 * @since v1.0
85 85
 	 */
86 86
 	public function resetScope()
Please login to merge, or discard this patch.