Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14013966
D10437.id25101.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
876 B
Referenced Files
None
Subscribers
None
D10437.id25101.diff
View Options
diff --git a/resources/sql/patches/20130507.releephrqmailkeypop.php b/resources/sql/patches/20130507.releephrqmailkeypop.php
--- a/resources/sql/patches/20130507.releephrqmailkeypop.php
+++ b/resources/sql/patches/20130507.releephrqmailkeypop.php
@@ -17,7 +17,7 @@
$rq->getTableName(),
Filesystem::readRandomCharacters(20),
$id);
- echo("Generated Key\n");
+ echo "Generated Key\n";
} else {
echo "-\n";
}
diff --git a/resources/sql/patches/20130805.pastemailkeypop.php b/resources/sql/patches/20130805.pastemailkeypop.php
--- a/resources/sql/patches/20130805.pastemailkeypop.php
+++ b/resources/sql/patches/20130805.pastemailkeypop.php
@@ -17,7 +17,7 @@
$paste->getTableName(),
Filesystem::readRandomCharacters(20),
$id);
- echo("Generated Key\n");
+ echo "Generated Key\n";
} else {
echo "-\n";
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 3, 8:11 PM (2 w, 21 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6724483
Default Alt Text
D10437.id25101.diff (876 B)
Attached To
Mode
D10437: Don't use parentheses for `echo` unnecessarily
Attached
Detach File
Event Timeline
Log In to Comment