Bo Andersen

Results 4 issues of Bo Andersen

> When the argument list is split across multiple lines, the closing parenthesis and opening brace MUST be placed together on their own line with one space between them. https://www.php-fig.org/psr/psr-2/#44-method-arguments...

Hi, The documentation seems not to be fully translated for the English language: https://phpopencv.github.io/docs/mat.html ![image](https://github.com/php-opencv/php-opencv/assets/13201214/d63f2108-4432-49d8-b4ad-f17bd4e22d41)

We have a recommendation to use StudlyCaps (PascalCase) naming in the PER: PER > The term "StudlyCaps" in PSR-1 MUST be interpreted as PascalCase where the first letter of each...

In the README: ``` Compare: Compare branches Compare commits Compare files across commits ``` But how do I compare two branches? Thank you.