@@ -113,7 +113,7 @@ |
||
113 | 113 | } |
114 | 114 | |
115 | 115 | /** |
116 | - * Bind a singleton instance to the container |
|
116 | + * Bind a singleton instance to the container |
|
117 | 117 | * @param string $alias |
118 | 118 | * @param callable|string|null $binding |
119 | 119 | * @return void |
@@ -5,8 +5,8 @@ |
||
5 | 5 | use PasswordHash; |
6 | 6 | |
7 | 7 | /** |
8 | - * This class is derived from WP Session Manager (1.2.0) |
|
9 | - */ |
|
8 | + * This class is derived from WP Session Manager (1.2.0) |
|
9 | + */ |
|
10 | 10 | class Session |
11 | 11 | { |
12 | 12 | const SESSION_COOKIE = '_glsr_session'; |
@@ -10,7 +10,7 @@ |
||
10 | 10 | const EXPIRY_TIME = WEEK_IN_SECONDS; |
11 | 11 | |
12 | 12 | /** |
13 | - * @return array |
|
13 | + * @return array |
|
14 | 14 | */ |
15 | 15 | public function getCloudflareIps() |
16 | 16 | { |