Giel Berkers

Results 9 comments of Giel Berkers

Any update on this? I just ran into this issue today and I saw that there was already an issue for this. I'm running version `4.3.2` at the moment and...

``` PHP Fatal error: Uncaught Raml\Exception\InvalidQueryParameterTypeException: The type BusinessId is not a valid query parameter type. in [...]/vendor/raml-org/raml-php-parser/src/NamedParameter.php:483 ``` The RAML File has the following content: ``` ... (ignored) ......

This is a small POC for a FQCN in the method signature: ``` use PHP_CodeSniffer\Files\File; use PHP_CodeSniffer\Sniffs\Sniff; class ServiceContractSniff implements Sniff { private const NON_OBJECTS = [ 'int', 'integer', 'string',...

Small update: I did some testing and it appeared that this issue was introduced in v6.3.0

Any update on this? I've just build an API with v7.0.0 (7.0.1 was not on docker hub yet), and the issue still exists, this time with the e-mail rule: ```swift...

Any update on this? This issue is still present in 7.3.0

In case anyone else is running into this issue, for now I have to manually "fix" my output, by removing all broken lines from my Swift code: ``` find ./path/to/generated/code...

I have the same issue with private repositories. Building the "regular" project in XCode works just fine, but periphery is not able to pull dependencies from my private repo. Any...

@ahmdyasser I did manage to get some sort of workaround, but it's not working for me (but maybe it will for you). The idea is to separate the build and...