Completed
Push — master ( d94b34...85a373 )
by smiley
01:50
created
src/Psr7/Uri.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -307,7 +307,7 @@  discard block
 block discarded – undo
307 307
 	 * @return int|null
308 308
 	 * @throws \InvalidArgumentException
309 309
 	 */
310
-	protected function filterPort($port):?int{
310
+	protected function filterPort($port): ?int{
311 311
 
312 312
 		if($port === null){
313 313
 			return null;
@@ -325,7 +325,7 @@  discard block
 block discarded – undo
325 325
 	/**
326 326
 	 * @inheritdoc
327 327
 	 */
328
-	public function getPort():?int{
328
+	public function getPort(): ?int{
329 329
 		return $this->port;
330 330
 	}
331 331
 
Please login to merge, or discard this patch.