Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15386755
D10946.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D10946.id.diff
View Options
diff --git a/scripts/sql/manage_storage.php b/scripts/sql/manage_storage.php
--- a/scripts/sql/manage_storage.php
+++ b/scripts/sql/manage_storage.php
@@ -70,7 +70,7 @@
'Disable utf8mb4, even if the database supports it. This is an '.
'advanced feature used for testing changes to Phabricator; you '.
'should not normally use this flag.'),
- )
+ ),
));
} catch (PhutilArgumentUsageException $ex) {
$args->printUsageException($ex);
diff --git a/src/applications/people/lipsum/PhabricatorPeopleTestDataGenerator.php b/src/applications/people/lipsum/PhabricatorPeopleTestDataGenerator.php
--- a/src/applications/people/lipsum/PhabricatorPeopleTestDataGenerator.php
+++ b/src/applications/people/lipsum/PhabricatorPeopleTestDataGenerator.php
@@ -46,8 +46,7 @@
foreach ($words as $w) {
if ($w == end($words)) {
$reduced .= $w;
- }
- else {
+ } else {
$reduced .= $w[0];
}
}
@@ -55,8 +54,7 @@
foreach ($words as $w) {
if ($w == $words[0]) {
$reduced .= $w;
- }
- else {
+ } else {
$reduced .= $w[0];
}
}
@@ -64,8 +62,7 @@
foreach ($words as $w) {
if ($w == $words[0] || $w == end($words)) {
$reduced .= $w;
- }
- else {
+ } else {
$reduced .= $w[0];
}
}
@@ -73,8 +70,7 @@
foreach ($words as $w) {
if ($w == $words[0] || $w == end($words)) {
$reduced .= $w;
- }
- else {
+ } else {
$reduced .= $w[0].'.';
}
}
@@ -82,8 +78,7 @@
foreach ($words as $w) {
if ($w == $words[0] || $w == end($words)) {
$reduced .= $w;
- }
- else {
+ } else {
$reduced .= $w[0].'_';
}
}
diff --git a/src/applications/releeph/conduit/ReleephQueryRequestsConduitAPIMethod.php b/src/applications/releeph/conduit/ReleephQueryRequestsConduitAPIMethod.php
--- a/src/applications/releeph/conduit/ReleephQueryRequestsConduitAPIMethod.php
+++ b/src/applications/releeph/conduit/ReleephQueryRequestsConduitAPIMethod.php
@@ -56,7 +56,7 @@
$object = $releephRequest->getRequestedObject();
if ($object instanceof DifferentialRevision) {
$object_phid = $object->getPHID();
- } else {
+ } else {
$object_phid = null;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 1:15 AM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7704873
Default Alt Text
D10946.id.diff (2 KB)
Attached To
Mode
D10946: Minor linter fixes
Attached
Detach File
Event Timeline
Log In to Comment