Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CarbonPHP/carbon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.8.6
Choose a base ref
...
head repository: CarbonPHP/carbon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.9.0
Choose a head ref
  • 9 commits
  • 7 files changed
  • 5 contributors

Commits on Feb 20, 2025

  1. Update Timestamp.php

    When using PHP 8.4, I get the following error: 
    
    ```
    Deprecated: Return type of Carbon\Traits\Date::createFromTimestamp($timestamp, $tz = null) should either be compatible with DateTime::createFromTimestamp(int|float $timestamp): static, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in nesbot/carbon/src/Carbon/Traits/Timestamp.php on line 29
    ```
    
    I am adding the annotation to resolve this issue.
    cdburgess authored Feb 20, 2025
    Configuration menu
    Copy the full SHA
    338c7b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Merge pull request #22 from cdburgess/patch-1

    Add ReturnTypeWillChange to createFromTimestamp
    kylekatarnls authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    47c0dd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Update readme.md

    kylekatarnls committed Feb 24, 2025
    Configuration menu
    Copy the full SHA
    0efa433 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Update sponsors

    kylekatarnls authored and github-actions[bot] committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    a1759eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa8736 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Update readme.md

    kylekatarnls committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    19f0255 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Update sponsors

    kylekatarnls committed Mar 26, 2025
    Configuration menu
    Copy the full SHA
    eeba459 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. Configuration menu
    Copy the full SHA
    924e42e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #27 from AndrewMast/feat/is-now-or-past-future

    Add `isNowOrFuture()` and `isNowOrPast()` methods
    kylekatarnls authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    6d16a8a View commit details
    Browse the repository at this point in the history
Loading