Page MenuHomeDevCentral

D2946.id7503.diff
No OneTemporary

D2946.id7503.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
Sun, Nov 17, 00:26 (20 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2248112
Default Alt Text
D2946.id7503.diff (710 B)

Event Timeline