Page MenuHomeDevCentral

D2946.diff
No OneTemporary

D2946.diff

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

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)

Event Timeline