Skip to content

Commit af54476

Browse files
committed
removing useless comment line
1 parent 11cac16 commit af54476

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/PHPCR/Util/NodeHelper.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ public static function generateAutoNodeName($usedNames, $namespaces, $defaultNam
215215
* may vary across implementations.
216216
*/
217217
$matches = array();
218-
//if (preg_match('#^\\{([^\\}]+)\\}([a-zA-Z][a-zA-Z0-9]*)$}#', $nameHint, $matches)) {
219218
if (preg_match('#^\\{([^\\}]+)\\}([a-zA-Z][a-zA-Z0-9]*)$#', $nameHint, $matches)) {
220219
$ns = $matches[1];
221220
$name = $matches[2];

0 commit comments

Comments
 (0)