Commit:    c72e74c178619829440e6ad48bfb406783776fde
Author:    Roman Pronskiy <ro...@pronskiy.com>         Fri, 20 Nov 2020 
12:29:36 +0200
Committer: Sara Golemon <poll...@php.net>      Wed, 25 Nov 2020 20:28:13 +0000
Parents:   580ebcc46597c48307ce3d592b26f6ff8bfdc3a5
Branches:  master

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

Log:
Add doc link for union types

Changed paths:
  M  releases/8_0_x.php
  M  releases/8_0_x_pt_BR.php
  M  releases/8_0_x_ru.php


Diff:
diff --git a/releases/8_0_x.php b/releases/8_0_x.php
index 71f5ebdc1..8d8aff699 100644
--- a/releases/8_0_x.php
+++ b/releases/8_0_x.php
@@ -144,7 +144,7 @@ class User
   <div class="php8-compare">
     <h2 class="php8-h2" id="union-types">
       Union types
-      <a class="php8-rfc" 
href="https://wiki.php.net/rfc/union_types_v2";>RFC</a>
+      <a class="php8-rfc" 
href="https://wiki.php.net/rfc/union_types_v2";>RFC</a> <a class="php8-rfc" 
href="/manual/en/language.types.declarations.php#language.types.declarations.union">Doc</a>
     </h2>
     <div class="php8-compare__main">
       <div class="php8-compare__block example-contents">
diff --git a/releases/8_0_x_pt_BR.php b/releases/8_0_x_pt_BR.php
index e98e8f3e6..33cca0c24 100644
--- a/releases/8_0_x_pt_BR.php
+++ b/releases/8_0_x_pt_BR.php
@@ -151,7 +151,7 @@ class User
         <div class="php8-compare">
             <h2 class="php8-h2" id="union-types">
                 UniĆ£o de tipos
-                <a class="php8-rfc" 
href="https://wiki.php.net/rfc/union_types_v2";>RFC</a>
+                <a class="php8-rfc" 
href="https://wiki.php.net/rfc/union_types_v2";>RFC</a> <a class="php8-rfc" 
href="/manual/en/language.types.declarations.php#language.types.declarations.union">Doc</a>
             </h2>
             <div class="php8-compare__main">
                 <div class="php8-compare__block example-contents">
diff --git a/releases/8_0_x_ru.php b/releases/8_0_x_ru.php
index 2867b7c31..db8720ea1 100644
--- a/releases/8_0_x_ru.php
+++ b/releases/8_0_x_ru.php
@@ -150,7 +150,7 @@ class User
   <div class="php8-compare">
     <h2 class="php8-h2" id="union-types">
       Union types
-      <a class="php8-rfc" 
href="https://wiki.php.net/rfc/union_types_v2";>RFC</a>
+      <a class="php8-rfc" 
href="https://wiki.php.net/rfc/union_types_v2";>RFC</a> <a class="php8-rfc" 
href="/manual/ru/language.types.declarations.php#language.types.declarations.union">Doc</a>
     </h2>
     <div class="php8-compare__main">
       <div class="php8-compare__block example-contents">


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

Reply via email to