Skip to content

Commit fe95ea5

Browse files
committed
1 newline at end of file
1 parent 4c5ac45 commit fe95ea5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/Web/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ protected function handleException(Throwable $e)
124124
/** @noinspection PhpUnhandledExceptionInspection */
125125
throw $e;
126126
}
127-
}
127+
}

src/Web/BinaryFileResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ public function sendContent()
4747

4848
return $this;
4949
}
50-
}
50+
}

src/Web/RedirectResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ public function setTargetUrl(string $url)
5959

6060
return $this;
6161
}
62-
}
62+
}

src/Web/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ protected function getHelper(array $source, $name = null, $filter = null, $defau
190190

191191
return $value;
192192
}
193-
}
193+
}

src/Web/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,4 @@ public function reset()
312312
$this->content = null;
313313
$this->contentType = null;
314314
}
315-
}
315+
}

src/Web/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ public function __destruct()
175175
$this->started = false;
176176
}
177177
}
178-
}
178+
}

0 commit comments

Comments
 (0)