php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #80576 Whitespace fix for datetime.getoffset
Submitted: 2021-01-02 19:14 UTC Modified: 2021-01-04 00:05 UTC
From: dev at dcolt dot org Assigned: cmb (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2021-01-02 19:14 UTC] dev at dcolt dot org
Description:
------------
Missing space in for the getOffset function:
https://www.php.net/manual/en/datetime.getoffset
https://www.php.net/manual/en/class.datetime.php
https://www.php.net/manual/en/class.datetimeimmutable.php

Github PR: https://github.com/php/doc-en/pull/307

Expected result:
----------------
 public DateTime::getOffset ( ) : int
 public DateTimeImmutable::getOffset ( ) : int
 public DateTimeInterface::getOffset ( ) : int

Actual result:
--------------
 publicDateTime::getOffset ( ) : int
 publicDateTimeImmutable::getOffset ( ) : int
 publicDateTimeInterface::getOffset ( ) : int

Patches

Whitespace_fix_for_datetime.getoffset (last revision 2021-01-02 19:14 UTC by dev at dcolt dot org)

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-01-02 19:14 UTC] dev at dcolt dot org
The following patch has been added/updated:

Patch Name: Whitespace_fix_for_datetime.getoffset
Revision:   1609614897
URL:        https://bugs.php.net/patch-display.php?bug=80576&patch=Whitespace_fix_for_datetime.getoffset&revision=1609614897
 [2021-01-02 19:21 UTC] dev at dcolt dot org
The following pull request has been associated:

Patch Name: Whitespace fix for datetime.getoffset
On GitHub:  https://github.com/php/doc-en/pull/307
Patch:      https://github.com/php/doc-en/pull/307.patch
 [2021-01-04 00:05 UTC] kalle@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2021-01-04 00:05 UTC] kalle@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

Committed by @cmb
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 06:01:33 2024 UTC