Skip to content

Commit 88f6b7b

Browse files
author
Greg Bowler
committed
Simplify comment
1 parent 4714fff commit 88f6b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Lifecycle.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ class Lifecycle {
4242
protected static $dispatcher;
4343

4444
/**
45-
* The start of the application's lifecycle. This function simply breaks the lifecycle down
46-
* into different functions, in order.
45+
* The start of the application's lifecycle. This function breaks the lifecycle down
46+
* into its different functions, in order.
4747
*/
4848
public static function start():void {
4949
session_start();

0 commit comments

Comments
 (0)