Skip to content

Commit

Permalink
Merge branch '4.4' into 5.4
Browse files Browse the repository at this point in the history
* 4.4:
  Fix composer on appveyor
  [PropertyAccess] Fix typo in PropertyAccessor::readProperty() DocBlock
  [VarExporter] Fix exporting objects with readonly properties
  [ExpressionLanguage] Fix matches when the regexp is not valid
  [Messenger] Add mysql indexes back and work around deadlocks using soft-delete
  [Validator] Fix File constraint invalid max size exception message
  [Console] Fix exit status on uncaught exception with negative code
  • Loading branch information
nicolas-grekas committed Mar 31, 2022
2 parents 95534d9 + ca88fba commit 57196a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PropertyAccessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ private function readIndex(array $zval, $index): array
}

/**
* Reads the a property from an object.
* Reads the value of a property from an object.
*
* @throws NoSuchPropertyException If $ignoreInvalidProperty is false and the property does not exist or is not public
*/
Expand Down

0 comments on commit 57196a1

Please sign in to comment.