Page MenuHomePhabricator

D10942.diff
No OneTemporary

D10942.diff

diff --git a/src/parser/PhutilParserGenerator.php b/src/parser/PhutilParserGenerator.php
--- a/src/parser/PhutilParserGenerator.php
+++ b/src/parser/PhutilParserGenerator.php
@@ -745,8 +745,9 @@
array(
$item[0],
$item[1],
- count($this->rules[$item[0]][$item[1]]) - 1),
- );
+ count($this->rules[$item[0]][$item[1]]) - 1,
+ ),
+ );
}
foreach ($shift as $next => $item) {

File Metadata

Mime Type
text/plain
Expires
Sun, May 12, 5:55 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6290418
Default Alt Text
D10942.diff (472 B)

Event Timeline