Skip to content

Commit 414feff

Browse files
committed
be keen to newcomers
1 parent 119431d commit 414feff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Constraints/Regex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function getHtmlPattern()
7979
// Unescape the delimiter
8080
$pattern = str_replace('\\'.$delimiter, $delimiter, substr($this->pattern, 1, -1));
8181

82-
// If the pattern is inverted, we can simply wrap it in
82+
// If the pattern is inverted, we can wrap it in
8383
// ((?!pattern).)*
8484
if (!$this->match) {
8585
return '((?!'.$pattern.').)*';

Mapping/ClassMetadataInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ public function hasPropertyMetadata($property);
8686
/**
8787
* Returns all metadata instances for the given named property.
8888
*
89-
* If your implementation does not support properties, simply throw an
90-
* exception in this method (for example a <tt>BadMethodCallException</tt>).
89+
* If your implementation does not support properties, throw an exception
90+
* in this method (for example a <tt>BadMethodCallException</tt>).
9191
*
9292
* @param string $property The property name
9393
*

0 commit comments

Comments
 (0)