Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3746702
D2946.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
710 B
Referenced Files
None
Subscribers
None
D2946.diff
View Options
diff --git a/app/Phabricator/ProjectsMap.php b/app/Phabricator/ProjectsMap.php
--- a/app/Phabricator/ProjectsMap.php
+++ b/app/Phabricator/ProjectsMap.php
@@ -99,7 +99,7 @@
* @param mixed $offset The offset
* @param mixed $value The value to assign
*/
- public function offsetSet (mixed $offset, mixed $value) {
+ public function offsetSet (mixed $offset, mixed $value) : void {
$this->map[$offset] = $value;
}
@@ -108,7 +108,7 @@
*
* @param mixed $offset The offset where to remove the value
*/
- public function offsetUnset (mixed $offset) {
+ public function offsetUnset (mixed $offset) : void {
unset($this->map[$offset]);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 22:35 (21 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248112
Default Alt Text
D2946.diff (710 B)
Attached To
Mode
D2946: Add missing return type
Attached
Detach File
Event Timeline
Log In to Comment