Magnar Ovedal Myrtveit
Magnar Ovedal Myrtveit
Is there a sniff that disallows protected variables and functions (unless they override) in final classes? If so, that's a suggestion :)
**Describe the bug** When formatting MySQL, the [`NULL`-safe equal](https://dev.mysql.com/doc/refman/8.0/en/comparison-operators.html#operator_equal-to) operator is formatted as `` instead of ``. **To Reproduce** Steps to reproduce the behavior: 1. Make a simple query `SELECT...
I have two AWS S3 buckets, each with several folders in them: ``` Storage ------------------------------------------ | Folder | Total objects | Total size | ------------------------------------------ | Dp | 20482 |...
It would be great if information about the bit-width of the operating system could be included. Several of the providers give this information, so it shouldn't be too hard to...
**How can we reproduce this bug?** Use a self-closing element in your email, such as ``. Note that the default layout contains such elements in form of `link` and `meta`...
Consider the following template: `layouts/default.html`: {{{section1}}} {{{section2}}} {{> body}} `pages/newsletter.html`: --- section1: | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam et laoreet nisi. section2: | Sed et leo...
How can I dump the extracted translations to a translation file format such as Po, Mo, Xliff, etc? The documentation does not seem to cover this, and the [Symfony Translation...
When converting the following kml file to gpx, the time information is lost. ```xml 2019-04-30T20:35:42.388Z 2019-05-01T10:00:22.000Z 10.760289199999999,59.9298459,0 ``` Converted to gpx: ```xml 2020-01-29T11:13:04.529Z 0.000 ``` Since gpx does not support...
It seems that namespaces are not taken into account when parsing kml files. This file, with `http://www.opengis.net/kml/2.2` as the default namespace, can correctly be converted to gpx format: ```xml 2019-11-28T09:10:47.973Z...
With version 2.2.0, void elements are no longer closed when using `xhtml` doctype. The following document ``` Title Message ``` Will be converted into this: ``` Title Message ``` Notice...