Commit:    3f5d3d34e6ed4a058054af5e4c949e302e0aa4d6
Author:    Kamil Tekiela <tekiela...@gmail.com>         Sat, 5 Dec 2020 
17:20:42 +0100
Committer: Christoph M. Becker <cmbecke...@gmx.de>      Sat, 5 Dec 2020 
17:27:12 +0100
Parents:   1addae284d1f95226738aa35ba76b7d444f7fd04
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=3f5d3d34e6ed4a058054af5e4c949e302e0aa4d6

Log:
Fix typo

Credit goes to https://chat.stackoverflow.com/transcript/message/51088407

Closes GH-379.

Changed paths:
  M  releases/8.0/de.php
  M  releases/8.0/en.php
  M  releases/8.0/es.php
  M  releases/8.0/fr.php
  M  releases/8.0/it.php
  M  releases/8.0/ja.php
  M  releases/8.0/nl.php
  M  releases/8.0/pt_BR.php
  M  releases/8.0/ru.php
  M  releases/8.0/tr.php
  M  releases/8.0/zh.php


Diff:
diff --git a/releases/8.0/de.php b/releases/8.0/de.php
index 95295823d..03c660e38 100644
--- a/releases/8.0/de.php
+++ b/releases/8.0/de.php
@@ -124,7 +124,7 @@ releases\php80\common_header(
   public function __construct(
     float $x = 0.0,
     float $y = 0.0,
-    float $z = 0.0,
+    float $z = 0.0
   ) {
     $this->x = $x;
     $this->y = $y;
diff --git a/releases/8.0/en.php b/releases/8.0/en.php
index a09fc57f7..95299d545 100644
--- a/releases/8.0/en.php
+++ b/releases/8.0/en.php
@@ -126,7 +126,7 @@ releases\php80\common_header(
   public function __construct(
     float $x = 0.0,
     float $y = 0.0,
-    float $z = 0.0,
+    float $z = 0.0
   ) {
     $this->x = $x;
     $this->y = $y;
diff --git a/releases/8.0/es.php b/releases/8.0/es.php
index 48e7f81cc..ba3a523f6 100644
--- a/releases/8.0/es.php
+++ b/releases/8.0/es.php
@@ -125,7 +125,7 @@ releases\php80\common_header(
   public function __construct(
     float $x = 0.0,
     float $y = 0.0,
-    float $z = 0.0,
+    float $z = 0.0
   ) {
     $this->x = $x;
     $this->y = $y;
diff --git a/releases/8.0/fr.php b/releases/8.0/fr.php
index 4b031451c..31c1c13f5 100644
--- a/releases/8.0/fr.php
+++ b/releases/8.0/fr.php
@@ -125,7 +125,7 @@ class User
   public function __construct(
     float $x = 0.0,
     float $y = 0.0,
-    float $z = 0.0,
+    float $z = 0.0
   ) {
     $this->x = $x;
     $this->y = $y;
diff --git a/releases/8.0/it.php b/releases/8.0/it.php
index 86c73e593..84402c5da 100644
--- a/releases/8.0/it.php
+++ b/releases/8.0/it.php
@@ -128,7 +128,7 @@ releases\php80\common_header(
   public function __construct(
     float $x = 0.0,
     float $y = 0.0,
-    float $z = 0.0,
+    float $z = 0.0
   ) {
     $this->x = $x;
     $this->y = $y;
diff --git a/releases/8.0/ja.php b/releases/8.0/ja.php
index f7daf14f5..97f03f8c5 100644
--- a/releases/8.0/ja.php
+++ b/releases/8.0/ja.php
@@ -125,7 +125,7 @@ releases\php80\common_header(
   public function __construct(
     float $x = 0.0,
     float $y = 0.0,
-    float $z = 0.0,
+    float $z = 0.0
   ) {
     $this->x = $x;
     $this->y = $y;
diff --git a/releases/8.0/nl.php b/releases/8.0/nl.php
index 36ceb3a89..39f2e83ff 100644
--- a/releases/8.0/nl.php
+++ b/releases/8.0/nl.php
@@ -127,7 +127,7 @@ releases\php80\common_header(
   public function __construct(
     float $x = 0.0,
     float $y = 0.0,
-    float $z = 0.0,
+    float $z = 0.0
   ) {
     $this->x = $x;
     $this->y = $y;
diff --git a/releases/8.0/pt_BR.php b/releases/8.0/pt_BR.php
index 9470796bc..ce1ae80dc 100644
--- a/releases/8.0/pt_BR.php
+++ b/releases/8.0/pt_BR.php
@@ -125,7 +125,7 @@ releases\php80\common_header(
   public function __construct(
     float $x = 0.0,
     float $y = 0.0,
-    float $z = 0.0,
+    float $z = 0.0
   ) {
     $this->x = $x;
     $this->y = $y;
diff --git a/releases/8.0/ru.php b/releases/8.0/ru.php
index 52c20052d..2659f6a47 100644
--- a/releases/8.0/ru.php
+++ b/releases/8.0/ru.php
@@ -124,7 +124,7 @@ releases\php80\common_header(
   public function __construct(
     float $x = 0.0,
     float $y = 0.0,
-    float $z = 0.0,
+    float $z = 0.0
   ) {
     $this->x = $x;
     $this->y = $y;
diff --git a/releases/8.0/tr.php b/releases/8.0/tr.php
index 06138abec..43e2ee4b4 100644
--- a/releases/8.0/tr.php
+++ b/releases/8.0/tr.php
@@ -124,7 +124,7 @@ releases\php80\common_header(
   public function __construct(
     float $x = 0.0,
     float $y = 0.0,
-    float $z = 0.0,
+    float $z = 0.0
   ) {
     $this->x = $x;
     $this->y = $y;
diff --git a/releases/8.0/zh.php b/releases/8.0/zh.php
index 332cbc587..06b035d2d 100644
--- a/releases/8.0/zh.php
+++ b/releases/8.0/zh.php
@@ -122,7 +122,7 @@ releases\php80\common_header(
   public function __construct(
     float $x = 0.0,
     float $y = 0.0,
-    float $z = 0.0,
+    float $z = 0.0
   ) {
     $this->x = $x;
     $this->y = $y;


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to