<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Paul M. Jones | Styler</title>
    <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;tag&#x2F;styler&#x2F;" />
    <updated>2026-05-08T09:12:58-05:00</updated>
            <entry>
        <title>PHP-Styler: A Back-To-Formula Rewrite</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2026&#x2F;04&#x2F;24&#x2F;php-styler-a-back-to-formula-rewrite&#x2F;" />
        <updated>2026-04-24T12:57:27-05:00</updated>
        <summary>bluf: PHP-Styler will turn this ...
namespace App\Report;use App\Db\{Connection,Result}; function
buildUserReport(Connection $db,string $region,int $limit):Result{
return $db-&amp;gt;table(&#039;users&#039;)-&amp;gt;select(&#039;id&#039;,&#039;display_name&#039;,&#039;email_address&#039;,
&#039;last_lo...</summary>
    </entry>
            <entry>
        <title>PHP-Styler 0.13.0 Released</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2023&#x2F;10&#x2F;10&#x2F;php-styler-0130-released&#x2F;" />
        <updated>2023-10-10T10:27:05-05:00</updated>
        <summary>PHP-Styler is a companion to PHP-Parser for reconstructing PHP code after it has been deconstructed into an abstract syntax tree.
I&#039;ve done quite a bit with PHP-Styler since the last-announced 0.5.0 release a few weeks ago; the most important things ...</summary>
    </entry>
            <entry>
        <title>PHP-Styler 0.5.0 Released</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2023&#x2F;09&#x2F;19&#x2F;php-styler-050-released&#x2F;" />
        <updated>2023-09-19T08:25:23-05:00</updated>
        <summary>PHP-Styler is a companion to PHP-Parser for reconstructing PHP code after it has been deconstructed into an abstract syntax tree. As a pretty-printer for AST nodes, PHP-Styler will completely reformat your PHP code, discarding any previous formatting...</summary>
    </entry>
            <entry>
        <title>Introducing PHP-Styler</title>
        <link href="http&#x3A;&#x2F;&#x2F;paul-m-jones.com&#x2F;post&#x2F;2023&#x2F;08&#x2F;14&#x2F;introducing-php-styler&#x2F;" />
        <updated>2023-08-14T11:01:46-05:00</updated>
        <summary>PHP-Styler is a companion to PHP-Parser for reconstructing PHP code after it has been deconstructed into an abstract syntax tree. As an alternative to the pretty-printer bundled with PHP-Parser, it supports:

configurable line-length, line-ending, an...</summary>
    </entry>
    </feed>
