Skip to content

Commit e8a1b18

Browse files
committed
docs(server): Improved class property descriptions
1 parent 0d07207 commit e8a1b18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Entity/Server.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,14 @@ class Server extends ConfigEntityBase implements ServerInterface {
137137
public $disable_introspection = FALSE;
138138

139139
/**
140-
* The query complexity.
140+
* The maximum allowed query complexity. NULL means unlimited.
141141
*
142142
* @var int|null
143143
*/
144144
public $query_complexity = NULL;
145145

146146
/**
147-
* The query depth.
147+
* The maximum allowed query depth. NULL means unlimited.
148148
*
149149
* @var int|null
150150
*/

0 commit comments

Comments
 (0)