@@ -15,8 +15,6 @@ |
||
| 15 | 15 | /** |
| 16 | 16 | * MaxComplexityQueryVisitor constructor. |
| 17 | 17 | * |
| 18 | - * @param int $maxComplexity |
|
| 19 | - * The allowed maximum complexity. |
|
| 20 | 18 | */ |
| 21 | 19 | public function __construct($defaultCost = 1) { |
| 22 | 20 | $this->defaultCost = $defaultCost; |