Searched refs:maxType (Results 1 – 4 of 4) sorted by relevance
270 $maxType = 0;292 if ($typeLen > $maxType) {293 $maxType = $typeLen;503 $this->checkSpacingAfterParamType($phpcsFile, $param, $maxType);572 * @param int $maxType The maxlength of the longest parameter type.577 …protected function checkSpacingAfterParamType(PHP_CodeSniffer_File $phpcsFile, $param, $maxType, $… argument580 $spaces = ($maxType - strlen($param['type']) + $spacing);
214 $maxType = 0;236 if ($typeLen > $maxType) {237 $maxType = $typeLen;308 $spaces = ($maxType - strlen($param['type']) + 1);
22 protected $maxType = GooglePrivacyDlpV2Value::class; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Bucket
26 protected $maxType = SplitInt64::class; variable in Google\\Service\\Dataflow\\DistributionUpdate