Code Duplication    Length = 8-8 lines in 2 locations

src/IPub/DoctrineBlameable/Configuration.php 2 locations

@@ 72-79 (lines=8) @@
69
	/**
70
	 * @return bool
71
	 */
72
	public function automapWithAssociation()
73
	{
74
		if ($this->userEntity !== NULL && class_exists($this->userEntity) && $this->automapField === TRUE) {
75
			return TRUE;
76
		}
77
78
		return FALSE;
79
	}
80
81
	/**
82
	 * @return bool
@@ 84-91 (lines=8) @@
81
	/**
82
	 * @return bool
83
	 */
84
	public function automapWithField()
85
	{
86
		if ($this->userEntity === NULL && $this->automapField === TRUE) {
87
			return TRUE;
88
		}
89
90
		return FALSE;
91
	}
92
93
	/**
94
	 * @return bool