Jawira Portugal

Results 13 issues of Jawira Portugal

`strftime()` function [was deprecated in PHP 8.1](https://wiki.php.net/rfc/deprecations_php_8_1#strftime_and_gmstrftime) and is going to be removed in PHP 9. The problem is that [TstampTask](https://www.phing.info/guide/chunkhtml/TstampTask.html) relies a lot on this function. As [php.watch](https://php.watch/versions/8.1/strftime-gmstrftime-deprecated#replacements) explains,...

Hi, I modified `TstampTask` to handle ICU syntax, rationale is explained in https://github.com/phingofficial/phing/issues/1682 - `pattern` attribute must be specified using ICU syntax - `TstampCustomFormat` only stores attributes, the logic has...

I'm trying to add a _final new line_ at the end of a file. I tried to do so with _AppendTask_. ```xml ``` The problem is this doesn't work because...

defect

Hi, it would be cool if you add https://github.com/krakjoe/tombs to the supported extensions. Thank you.

enhancement

Before PHP 8.2, the flag `FilesystemIterator::SKIP_DOTS` was always set, according to [FilesystemIterator documentation](https://www.php.net/manual/en/filesystemiterator.construct): ![Screenshot from 2022-09-14 21-03-22](https://user-images.githubusercontent.com/496541/190240779-618a758b-addd-42ab-809a-041c9c6b04aa.png) `FilesystemIterator` has changed its behavior in PHP 8.2. Here an example (also in...

I ran Rector to update code to PHP 7.3 I only committed changes that can be easily reviewed.

#### Introduction Prior PHP 8.0 I used multiple solutions declare the type of a variable. For example I used assert function, or annotations, but most of the time I checked...

bug
type reconciliation

Create docker image from "institute" database.

Currently db-draw only creates "relational diagrams", it would be cool to create "class diagrams" from doctrine entities. See https://www.doctrine-project.org/projects/doctrine-orm/en/2.8/reference/metadata-drivers.html#classmetadata