Florian

Results 16 issues of Florian

Hi again, Sorry for two issues in a row... I had a method to rename a drive item. I used to call `$graph->createRequest('PATCH', 'drives/{drive-id}/items/{drive-item-id}')->attachBody(json_encode(['name' => 'new name']))->execute();` to rename a...

bug
area: onedrive

Hello, I just faced an issue with `assertJsonMatches` method (note for search engine: which calls `json()->assertMatches`) can throw a weird exception message : `(array:assoc)" to be the same as "(array:assoc)".`...

Hello there, As discussed in #2400 I looked at the error a bit longer this morning and preferred to open an issue for better tracking instead of continuing the thread...

Hi, First issue/contribution here, let me know if I need to change something. :-) As described in the documentation the `config/secrets/prod/prod.decrypt.private.php` file must not be committed to the repository. The...

Hi, I use PHPStan within my project and use your library. PHPStan reports some errors on `ElementAbstract` when we use it's derivations such as `ElementSignature`. Mainly when chaining methods. See...

Hi, I use the library in my project to ask for signatures. As the documentation states after a task start request, we get the remaining credits only. I just tested...