Skip to content

Commit 2d5fcab

Browse files
derrabusnicolas-grekas
authored andcommitted
Fix inconsistent return points.
1 parent a185e53 commit 2d5fcab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CookieJar.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ public function get($name, $path = '/', $domain = null)
6060
}
6161
}
6262
}
63+
64+
return null;
6365
}
6466

6567
/**

0 commit comments

Comments
 (0)