Skip to content

Commit 0720da4

Browse files
authored
Merge pull request #507 from Philipp91/inheritdoc-remove
Remove @inheritdoc annotations
2 parents 08257e1 + 9b76734 commit 0720da4

32 files changed

+0
-117
lines changed

lib/Fhp/Action/GetBalance.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public function getBalances()
9696
return $this->response;
9797
}
9898

99-
/** {@inheritdoc} */
10099
protected function createRequest(BPD $bpd, ?UPD $upd)
101100
{
102101
/** @var BaseSegment $hisals */
@@ -115,7 +114,6 @@ protected function createRequest(BPD $bpd, ?UPD $upd)
115114
}
116115
}
117116

118-
/** {@inheritdoc} */
119117
public function processResponse(Message $response)
120118
{
121119
parent::processResponse($response);

lib/Fhp/Action/GetDepotAufstellung.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ public function getDepotWert(): float
111111
return $this->depotWert;
112112
}
113113

114-
/** {@inheritdoc} */
115114
protected function createRequest(BPD $bpd, ?UPD $upd)
116115
{
117116
/** @var HIWPDS $hiwpds */
@@ -125,7 +124,6 @@ protected function createRequest(BPD $bpd, ?UPD $upd)
125124
}
126125
}
127126

128-
/** {@inheritdoc} */
129127
public function processResponse(Message $response)
130128
{
131129
parent::processResponse($response);

lib/Fhp/Action/GetSEPAAccounts.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public function getAccounts(): array
4747
return $this->accounts;
4848
}
4949

50-
/** {@inheritdoc} */
5150
protected function createRequest(BPD $bpd, ?UPD $upd)
5251
{
5352
/** @var BaseSegment $hispas */
@@ -64,7 +63,6 @@ protected function createRequest(BPD $bpd, ?UPD $upd)
6463
}
6564
}
6665

67-
/** {@inheritdoc} */
6866
public function processResponse(Message $response)
6967
{
7068
parent::processResponse($response);

lib/Fhp/Action/GetSEPADirectDebitParameters.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public static function getHixxesSegmentName(string $directDebitType, bool $singl
5656
}
5757
}
5858

59-
/** {@inheritdoc} */
6059
protected function createRequest(BPD $bpd, ?UPD $upd)
6160
{
6261
$this->hidxes = $bpd->requireLatestSupportedParameters(static::getHixxesSegmentName($this->directDebitType, $this->singleDirectDebit));

lib/Fhp/Action/GetStatementOfAccount.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ public function getStatement(): StatementOfAccount
147147
return $this->statement;
148148
}
149149

150-
/** {@inheritdoc} */
151150
protected function createRequest(BPD $bpd, ?UPD $upd)
152151
{
153152
$this->bankName = $bpd->getBankName();
@@ -171,7 +170,6 @@ protected function createRequest(BPD $bpd, ?UPD $upd)
171170
}
172171
}
173172

174-
/** {@inheritdoc} */
175173
public function processResponse(Message $response)
176174
{
177175
parent::processResponse($response);

lib/Fhp/Action/GetStatementOfAccountXML.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ public function getBookedXML(): array
115115
return $this->xml;
116116
}
117117

118-
/** {@inheritdoc} */
119118
protected function createRequest(BPD $bpd, ?UPD $upd)
120119
{
121120
if ($upd === null) {
@@ -149,7 +148,6 @@ protected function createRequest(BPD $bpd, ?UPD $upd)
149148
}
150149
}
151150

152-
/** {@inheritdoc} */
153151
public function processResponse(Message $response)
154152
{
155153
parent::processResponse($response);

lib/Fhp/Action/SendSEPARealtimeTransfer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public static function create(SEPAAccount $account, string $painMessage, bool $a
5252
return $result;
5353
}
5454

55-
/** {@inheritdoc} */
5655
protected function createRequest(BPD $bpd, ?UPD $upd)
5756
{
5857
/** @var HIIPZSv1|HIIPZSv2 $hiipzs */
@@ -92,7 +91,6 @@ protected function createRequest(BPD $bpd, ?UPD $upd)
9291
return $hkipz;
9392
}
9493

95-
/** {@inheritdoc} */
9694
public function processResponse(Message $response)
9795
{
9896
parent::processResponse($response);

lib/Fhp/Action/SendSEPATransfer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ public static function create(SEPAAccount $account, string $painMessage): SendSE
4444
return $result;
4545
}
4646

47-
/** {@inheritdoc} */
4847
protected function createRequest(BPD $bpd, ?UPD $upd)
4948
{
5049
//ANALYSE XML FOR RECEIPTS AND PAYMENT DATE
@@ -110,7 +109,6 @@ protected function createRequest(BPD $bpd, ?UPD $upd)
110109
return $segment;
111110
}
112111

113-
/** {@inheritdoc} */
114112
public function processResponse(Message $response)
115113
{
116114
parent::processResponse($response);

lib/Fhp/MT940/Dialect/PostbankMT940.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ class PostbankMT940 extends MT940
88
{
99
public const DIALECT_ID = 'https://hbci.postbank.de/banking/hbci.do';
1010

11-
/** {@inheritdoc} */
1211
public function extractStructuredDataFromRemittanceLines($descriptionLines, string &$gvc, array &$rawLines, array $transaction): array
1312
{
1413
// z.B bei Zinsen o.ä. ist alles leer

lib/Fhp/MT940/Dialect/SpardaMT940.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ class SpardaMT940 extends MT940
88
{
99
public const DIALECT_ID = 'https://fints.bankingonline.de/fints/FinTs30PinTanHttpGate';
1010

11-
/** {@inheritdoc} */
1211
public function extractStructuredDataFromRemittanceLines($descriptionLines, string &$gvc, array &$rawLines, array $transaction): array
1312
{
1413
$otherInfo = [];

0 commit comments

Comments
 (0)