Completed
Push — master ( e82759...2ca52b )
by Joschi
05:55
created
src/Object/Domain/Model/Relation/AbstractRelation.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,6 @@
 block discarded – undo
78 78
     protected $coupling = self::LOOSE_COUPLING;
79 79
 
80 80
     /**
81
-     * @param string $type Relation type
82 81
      * @param Url $url Relation URL
83 82
      * @param string $label Relation label
84 83
      * @param string $email Relation email
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@
 block discarded – undo
35 35
  ***********************************************************************************/
36 36
 
37 37
 namespace Apparat\Object\Domain\Model\Relation;
38
-use Apparat\Object\Domain\Factory\RelationFactory;
39 38
 use Apparat\Object\Domain\Model\Path\Url;
40 39
 
41 40
 /**
Please login to merge, or discard this patch.