Skip to content

Commit

Permalink
various sync with EN (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Dec 12, 2024
1 parent f614b35 commit 8606e4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions language/oop5/lazy-objects.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 05bd66d110d5c119f9cc08ce68021b4a3518e53c Maintainer: Fan2Shrek Status: ready -->
<!-- EN-Revision: 49f60a82ba4639028981933193ebfa1afa644271 Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<sect1 xml:id="language.oop5.lazy-objects" xmlns="http://docbook.org/ns/docbook">
<title>Objets paresseux</title>
Expand Down Expand Up @@ -142,9 +142,9 @@ int(1)
class BlogPost
{
public function __construct(
private int $id,
private string $title,
private string $content,
public int $id,
public string $title,
public string $content,
) { }
}
Expand Down
2 changes: 1 addition & 1 deletion reference/pdo_firebird/pdo-firebird.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: b9cf1a2e7307131913ac3c16c2fb67ed9ad38527 Maintainer: Fan2Shrek Status: ready -->
<!-- EN-Revision: bac0ba3a4628caa32dbf5750e0f142743f8e7011 Maintainer: Fan2Shrek Status: ready -->
<!-- Reviewed: yes -->
<reference xml:id="class.pdo-firebird" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>La classe Pdo\Firebird</title>
Expand Down

0 comments on commit 8606e4d

Please sign in to comment.