We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4714fff commit 88f6b7bCopy full SHA for 88f6b7b
src/Lifecycle.php
@@ -42,8 +42,8 @@ class Lifecycle {
42
protected static $dispatcher;
43
44
/**
45
- * The start of the application's lifecycle. This function simply breaks the lifecycle down
46
- * into different functions, in order.
+ * The start of the application's lifecycle. This function breaks the lifecycle down
+ * into its different functions, in order.
47
*/
48
public static function start():void {
49
session_start();
0 commit comments