Skip to content

Commit

Permalink
Fix a whole bunch of broken PHPDocs not starting with /**
Browse files Browse the repository at this point in the history
Change-Id: I13ea5c1f6d3786bb3b66cd9b6854baf3f29e5d9b
  • Loading branch information
thiemowmde committed Aug 6, 2020
1 parent 44986cd commit 1c3e68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EntityDiffChangedAspectsFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private function getChangedStatements( Diff $claimsDiff ) {
$statement = $diffOp->getOldValue();
} elseif ( $diffOp instanceof DiffOpChange ) {
$statement = $diffOp->getOldValue();
/* @var $newStatement Statement */
/** @var $newStatement Statement */
$newStatement = $diffOp->getNewValue();

$changedStatements[] = $newStatement->getPropertyId()->getSerialization();
Expand Down

0 comments on commit 1c3e68f

Please sign in to comment.