Skip to content

Commit a1e9679

Browse files
author
flow-php
committed
1 parent ca4c69e commit a1e9679

10 files changed

+40
-39
lines changed

changelog/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <h2 class="my-2 text-2xl font-semibold tracking-wide">Loads</h2>
213213
</div>
214214

215215
<section id="changelog" class="py-10 px-2 sm:px-4 mx-auto max-w-screen-xl">
216-
<h2><a id="flow-php-unreleased---2025-04-09" href="#content-unreleased---2025-04-09" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2025-04-09</h2>
216+
<h2><a id="flow-php-unreleased---2025-04-10" href="#content-unreleased---2025-04-10" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2025-04-10</h2>
217217
<h3><a id="flow-php-added" href="#content-added" class="mr-2" aria-hidden="true" title="Permalink">#</a>Added</h3>
218218
<ul>
219219
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1584">#1584</a> - <strong>spaze/phpstan-disallowed-calls</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
@@ -231,6 +231,7 @@ <h3><a id="flow-php-changed" href="#content-changed" class="mr-2" aria-hidden="t
231231
</ul>
232232
<h3><a id="flow-php-fixed" href="#content-fixed" class="mr-2" aria-hidden="true" title="Permalink">#</a>Fixed</h3>
233233
<ul>
234+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1591">#1591</a> - <strong>concurrency issue when creating cache directory</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
234235
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1587">#1587</a> - <strong>respecting fields created from null values by schema validators</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
235236
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1581">#1581</a> - <strong>accessing entries through reference alias</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
236237
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1577">#1577</a> - <strong>Merging float definitions with different precisions</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>

documentation/api/core/classes/Flow-ETL-Row-Schema-Definition.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,13 @@ <h4 id="toc-methods">
232232
</dt>
233233

234234
<dt class="phpdocumentor-table-of-contents__entry -method -public">
235-
<a class="" href="classes/Flow-ETL-Row-Schema-Definition.html#method_isEqual">isEqual()</a>
235+
<a class="" href="classes/Flow-ETL-Row-Schema-Definition.html#method_isNullable">isNullable()</a>
236236
<span>
237237
&nbsp;: bool </span>
238238
</dt>
239239

240240
<dt class="phpdocumentor-table-of-contents__entry -method -public">
241-
<a class="" href="classes/Flow-ETL-Row-Schema-Definition.html#method_isNullable">isNullable()</a>
241+
<a class="" href="classes/Flow-ETL-Row-Schema-Definition.html#method_isSame">isSame()</a>
242242
<span>
243243
&nbsp;: bool </span>
244244
</dt>
@@ -1004,9 +1004,9 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
10041004
-public
10051005
"
10061006
>
1007-
<h4 class="phpdocumentor-element__name" id="method_isEqual">
1008-
isEqual()
1009-
<a href="classes/Flow-ETL-Row-Schema-Definition.html#method_isEqual" class="headerlink"><i class="fas fa-link"></i></a>
1007+
<h4 class="phpdocumentor-element__name" id="method_isNullable">
1008+
isNullable()
1009+
<a href="classes/Flow-ETL-Row-Schema-Definition.html#method_isNullable" class="headerlink"><i class="fas fa-link"></i></a>
10101010

10111011
</h4>
10121012
<aside class="phpdocumentor-element-found-in">
@@ -1019,23 +1019,13 @@ <h4 class="phpdocumentor-element__name" id="method_isEqual">
10191019

10201020
<code class="phpdocumentor-code phpdocumentor-signature ">
10211021
<span class="phpdocumentor-signature__visibility">public</span>
1022-
<span class="phpdocumentor-signature__name">isEqual</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">self&nbsp;</span><span class="phpdocumentor-signature__argument__name">$definition</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>
1022+
<span class="phpdocumentor-signature__name">isNullable</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>
10231023

10241024
<div class="phpdocumentor-label-line">
10251025
</div>
10261026

10271027

1028-
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
1029-
<dl class="phpdocumentor-argument-list">
1030-
<dt class="phpdocumentor-argument-list__entry">
1031-
<span class="phpdocumentor-signature__argument__name">$definition</span>
1032-
: <span class="phpdocumentor-signature__argument__return-type">self</span>
1033-
</dt>
1034-
<dd class="phpdocumentor-argument-list__definition">
1035-
1036-
</dd>
1037-
</dl>
1038-
1028+
10391029

10401030

10411031

@@ -1052,28 +1042,38 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
10521042
-public
10531043
"
10541044
>
1055-
<h4 class="phpdocumentor-element__name" id="method_isNullable">
1056-
isNullable()
1057-
<a href="classes/Flow-ETL-Row-Schema-Definition.html#method_isNullable" class="headerlink"><i class="fas fa-link"></i></a>
1045+
<h4 class="phpdocumentor-element__name" id="method_isSame">
1046+
isSame()
1047+
<a href="classes/Flow-ETL-Row-Schema-Definition.html#method_isSame" class="headerlink"><i class="fas fa-link"></i></a>
10581048

10591049
</h4>
10601050
<aside class="phpdocumentor-element-found-in">
10611051
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Row/Schema/Definition.php"><a href="files/src-core-etl-src-flow-etl-row-schema-definition.html"><abbr title="src/core/etl/src/Flow/ETL/Row/Schema/Definition.php">Definition.php</abbr></a></abbr>
10621052
:
1063-
<span class="phpdocumentor-element-found-in__line">190</span>
1053+
<span class="phpdocumentor-element-found-in__line">186</span>
10641054

10651055
</aside>
10661056

10671057

10681058
<code class="phpdocumentor-code phpdocumentor-signature ">
10691059
<span class="phpdocumentor-signature__visibility">public</span>
1070-
<span class="phpdocumentor-signature__name">isNullable</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>
1060+
<span class="phpdocumentor-signature__name">isSame</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">self&nbsp;</span><span class="phpdocumentor-signature__argument__name">$definition</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">bool</span></code>
10711061

10721062
<div class="phpdocumentor-label-line">
10731063
</div>
10741064

10751065

1076-
1066+
<h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
1067+
<dl class="phpdocumentor-argument-list">
1068+
<dt class="phpdocumentor-argument-list__entry">
1069+
<span class="phpdocumentor-signature__argument__name">$definition</span>
1070+
: <span class="phpdocumentor-signature__argument__return-type">self</span>
1071+
</dt>
1072+
<dd class="phpdocumentor-argument-list__definition">
1073+
1074+
</dd>
1075+
</dl>
1076+
10771077

10781078

10791079

@@ -2165,8 +2165,8 @@ <h5 class="phpdocumentor-return-value__heading">Return values</h5>
21652165
<li class=""><a href="classes/Flow-ETL-Row-Schema-Definition.html#method_fromArray">fromArray()</a></li>
21662166
<li class=""><a href="classes/Flow-ETL-Row-Schema-Definition.html#method_integer">integer()</a></li>
21672167
<li class=""><a href="classes/Flow-ETL-Row-Schema-Definition.html#method_isCompatible">isCompatible()</a></li>
2168-
<li class=""><a href="classes/Flow-ETL-Row-Schema-Definition.html#method_isEqual">isEqual()</a></li>
21692168
<li class=""><a href="classes/Flow-ETL-Row-Schema-Definition.html#method_isNullable">isNullable()</a></li>
2169+
<li class=""><a href="classes/Flow-ETL-Row-Schema-Definition.html#method_isSame">isSame()</a></li>
21702170
<li class=""><a href="classes/Flow-ETL-Row-Schema-Definition.html#method_json">json()</a></li>
21712171
<li class=""><a href="classes/Flow-ETL-Row-Schema-Definition.html#method_list">list()</a></li>
21722172
<li class=""><a href="classes/Flow-ETL-Row-Schema-Definition.html#method_makeNullable">makeNullable()</a></li>

documentation/api/core/classes/Flow-ETL-Row-Schema-SelectiveValidator.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h2 class="phpdocumentor-content__title">
140140
<aside class="phpdocumentor-element-found-in">
141141
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Row/Schema/SelectiveValidator.php"><a href="files/src-core-etl-src-flow-etl-row-schema-selectivevalidator.html"><abbr title="src/core/etl/src/Flow/ETL/Row/Schema/SelectiveValidator.php">SelectiveValidator.php</abbr></a></abbr>
142142
:
143-
<span class="phpdocumentor-element-found-in__line">13</span>
143+
<span class="phpdocumentor-element-found-in__line">14</span>
144144

145145
</aside>
146146

@@ -210,7 +210,7 @@ <h4 class="phpdocumentor-element__name" id="method_isValid">
210210
<aside class="phpdocumentor-element-found-in">
211211
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Row/Schema/SelectiveValidator.php"><a href="files/src-core-etl-src-flow-etl-row-schema-selectivevalidator.html"><abbr title="src/core/etl/src/Flow/ETL/Row/Schema/SelectiveValidator.php">SelectiveValidator.php</abbr></a></abbr>
212212
:
213-
<span class="phpdocumentor-element-found-in__line">15</span>
213+
<span class="phpdocumentor-element-found-in__line">16</span>
214214

215215
</aside>
216216

documentation/api/core/classes/Flow-ETL-Row-Schema-StrictValidator.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h2 class="phpdocumentor-content__title">
140140
<aside class="phpdocumentor-element-found-in">
141141
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Row/Schema/StrictValidator.php"><a href="files/src-core-etl-src-flow-etl-row-schema-strictvalidator.html"><abbr title="src/core/etl/src/Flow/ETL/Row/Schema/StrictValidator.php">StrictValidator.php</abbr></a></abbr>
142142
:
143-
<span class="phpdocumentor-element-found-in__line">13</span>
143+
<span class="phpdocumentor-element-found-in__line">14</span>
144144

145145
</aside>
146146

@@ -210,7 +210,7 @@ <h4 class="phpdocumentor-element__name" id="method_isValid">
210210
<aside class="phpdocumentor-element-found-in">
211211
<abbr class="phpdocumentor-element-found-in__file" title="src/core/etl/src/Flow/ETL/Row/Schema/StrictValidator.php"><a href="files/src-core-etl-src-flow-etl-row-schema-strictvalidator.html"><abbr title="src/core/etl/src/Flow/ETL/Row/Schema/StrictValidator.php">StrictValidator.php</abbr></a></abbr>
212212
:
213-
<span class="phpdocumentor-element-found-in__line">15</span>
213+
<span class="phpdocumentor-element-found-in__line">16</span>
214214

215215
</aside>
216216

documentation/api/core/js/searchIndex.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11300,16 +11300,16 @@ Search.appendIndex(
1130011300
"name": "isCompatible",
1130111301
"summary": "",
1130211302
"url": "classes/Flow-ETL-Row-Schema-Definition.html#method_isCompatible"
11303-
}, {
11304-
"fqsen": "\\Flow\\ETL\\Row\\Schema\\Definition\u003A\u003AisEqual\u0028\u0029",
11305-
"name": "isEqual",
11306-
"summary": "",
11307-
"url": "classes/Flow-ETL-Row-Schema-Definition.html#method_isEqual"
1130811303
}, {
1130911304
"fqsen": "\\Flow\\ETL\\Row\\Schema\\Definition\u003A\u003AisNullable\u0028\u0029",
1131011305
"name": "isNullable",
1131111306
"summary": "",
1131211307
"url": "classes/Flow-ETL-Row-Schema-Definition.html#method_isNullable"
11308+
}, {
11309+
"fqsen": "\\Flow\\ETL\\Row\\Schema\\Definition\u003A\u003AisSame\u0028\u0029",
11310+
"name": "isSame",
11311+
"summary": "",
11312+
"url": "classes/Flow-ETL-Row-Schema-Definition.html#method_isSame"
1131311313
}, {
1131411314
"fqsen": "\\Flow\\ETL\\Row\\Schema\\Definition\u003A\u003AmakeNullable\u0028\u0029",
1131511315
"name": "makeNullable",

sitemap.blog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog/2025-03-16/flow-php-release-cycle</loc><lastmod>2025-04-10T09:44:08+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2025-01-25/data-processing-in-php</loc><lastmod>2025-04-10T09:44:08+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-08-08/scalar-functions</loc><lastmod>2025-04-10T09:44:08+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-04-04/building-custom-extractor-google-analytics</loc><lastmod>2025-04-10T09:44:08+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog/2025-03-16/flow-php-release-cycle</loc><lastmod>2025-04-11T10:22:04+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2025-01-25/data-processing-in-php</loc><lastmod>2025-04-11T10:22:04+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-08-08/scalar-functions</loc><lastmod>2025-04-11T10:22:04+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/blog/2024-04-04/building-custom-extractor-google-analytics</loc><lastmod>2025-04-11T10:22:04+00:00</lastmod><changefreq>weekly</changefreq><priority>1.0</priority></url></urlset>

sitemap.default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog</loc><lastmod>2025-04-10T09:44:08+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/documentation</loc><lastmod>2025-04-10T09:44:08+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/changelog</loc><lastmod>2025-04-10T09:44:08+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/</loc><lastmod>2025-04-10T09:44:08+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url></urlset>
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ><url><loc>https://flow-php.com/blog</loc><lastmod>2025-04-11T10:22:04+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/documentation</loc><lastmod>2025-04-11T10:22:04+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/changelog</loc><lastmod>2025-04-11T10:22:04+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url><url><loc>https://flow-php.com/</loc><lastmod>2025-04-11T10:22:04+00:00</lastmod><changefreq>daily</changefreq><priority>1.0</priority></url></urlset>

sitemap.documentation.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.examples.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="UTF-8"?><sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://flow-php.com/sitemap.default.xml</loc><lastmod>2025-04-10T09:44:08+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.examples.xml</loc><lastmod>2025-04-10T09:44:08+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.blog.xml</loc><lastmod>2025-04-10T09:44:08+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.documentation.xml</loc><lastmod>2025-04-10T09:44:08+00:00</lastmod></sitemap></sitemapindex>
1+
<?xml version="1.0" encoding="UTF-8"?><sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://flow-php.com/sitemap.default.xml</loc><lastmod>2025-04-11T10:22:04+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.examples.xml</loc><lastmod>2025-04-11T10:22:04+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.blog.xml</loc><lastmod>2025-04-11T10:22:04+00:00</lastmod></sitemap><sitemap><loc>https://flow-php.com/sitemap.documentation.xml</loc><lastmod>2025-04-11T10:22:04+00:00</lastmod></sitemap></sitemapindex>

0 commit comments

Comments
 (0)