mumbomedia

Results 8 issues of mumbomedia

When adding a new section it results into having a blank paragraph when opening a .odt file in Word 2019. This is what the output of Sample_01_SimpleText.php from the samples...

Bug Report

![Screenshot 2021-07-08 at 08-53-34 RegExr Learn, Build, Test RegEx](https://user-images.githubusercontent.com/50580800/124876245-12661580-dfca-11eb-87d6-beb6dcc5eb5c.png) As you can see from the screenshot, when using the dot character class the text shown in the Tools section is...

docs

I use snake case for class properties so they can easily distinguished from methods and classnames which I write in camel case. When using the feature of automatic generation of...

enhancement

I use this feature to auto generate getters and setters. I already change the templates for the comment so that the typehint for phpdoc is included. Sadly in the method...

enhancement

Since PHP 8.0 it is possible to use the promotion constructor property. see https://php.watch/versions/8.0/constructor-property-promotion. This leads me to consider which tag I should use to document the promoted properties. @param,...

From manual page: https://php.net/function.spl-autoload-register --- It seems that I'm not the first one creating a silly sideeffect by adding a error handling into the autoloader when the class can't be...

good first issue
Extension: spl

From manual page: https://php.net/function.openlog If the parameter prefix also accepts false as mention through the use of syslog the correct method declaration would be `openlog(string|bool $prefix, int $flags, int $facility):bool`

When you use this plugin without the migrate plugin it will not work as expected due to deprecation since jQuery 1.3 and the removement of $.browser since jQuery 1.9 see...