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: php-fig/log
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: php-fig/log
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Mar 14, 2017

  1. Copy the full SHA
    4aa23b5 View commit details

Commits on Apr 2, 2018

  1. Copy the full SHA
    c831756 View commit details
  2. avoid side effect

    DQNEO committed Apr 2, 2018
    Copy the full SHA
    f7e1ff5 View commit details
  3. fix white space

    DQNEO committed Apr 2, 2018
    Copy the full SHA
    e2250cd View commit details

Commits on Apr 3, 2018

  1. Copy the full SHA
    1be9964 View commit details
  2. make alias from old one

    DQNEO authored Apr 3, 2018
    Copy the full SHA
    2d7be5c View commit details

Commits on Nov 21, 2018

  1. Copy the full SHA
    b460f19 View commit details
  2. Merge pull request #58 from lyrixx/patch-1

    Bump version to `1.1.x-dev`
    Jean85 authored Nov 21, 2018
    3
    Copy the full SHA
    c4421fc View commit details

Commits on Jun 17, 2019

  1. Update TestLogger.php

    Also reset recordsByLevel array using reset() method
    ArturGoldyn authored Jun 17, 2019
    Copy the full SHA
    db36f22 View commit details

Commits on Aug 24, 2019

  1. Copy the full SHA
    e50f69c View commit details

Commits on Oct 25, 2019

  1. Merge pull request #51 from Fleshgrinder/throws-annoation

    Added throws annoation to log methods
    Seldaek authored Oct 25, 2019
    Copy the full SHA
    fb0003b View commit details
  2. Merge pull request #63 from ArturGoldyn/patch-1

    Update TestLogger.php
    Seldaek authored Oct 25, 2019
    Copy the full SHA
    41b769c View commit details
  3. Copy the full SHA
    bb2d0b3 View commit details
  4. Merge pull request #55 from DQNEO/namespaced-phpunit

    use namespaced PHPUnit
    Seldaek authored Oct 25, 2019
    Copy the full SHA
    bf73deb View commit details

Commits on Oct 29, 2019

  1. Copy the full SHA
    79736b4 View commit details

Commits on Oct 30, 2019

  1. Merge pull request #66 from WyriHaximus-labs/extract-DummyTest-into-i…

    …ts-own-file-and-return-empty-string-from-___toString
    
    Return string from DummyTest::__toString
    Seldaek authored Oct 30, 2019
    Copy the full SHA
    d477130 View commit details

Commits on Nov 1, 2019

  1. Copy the full SHA
    446d54b View commit details

Commits on Nov 12, 2019

  1. Create .gitattributes (#67)

    reedy authored and Seldaek committed Nov 12, 2019
    Copy the full SHA
    5628725 View commit details

Commits on Feb 28, 2020

  1. Copy the full SHA
    e1cb6ec View commit details

Commits on Mar 22, 2020

  1. Be explicit about mixed context elements

    If we do not do that, SA tools like PHPStan ask that the type be
    documented more precisely in implementations.
    greg0ire committed Mar 22, 2020
    Copy the full SHA
    587a6ac View commit details

Commits on Mar 23, 2020

  1. Merge pull request #70 from greg0ire/better-typehints

    Be explicit about mixed context elements
    Seldaek authored Mar 23, 2020
    Copy the full SHA
    0f73288 View commit details

Commits on Sep 17, 2020

  1. Update url to HTTPS

    J0WI authored Sep 17, 2020
    Copy the full SHA
    2b71ffb View commit details

Commits on Sep 18, 2020

  1. Merge pull request #71 from J0WI/patch-1

    Update url to HTTPS
    Jean85 authored Sep 18, 2020
    Copy the full SHA
    dd738d0 View commit details

Commits on Mar 2, 2021

  1. Fix the phpdoc of LoggerAwareTrait::$logger

    The phpdoc lies. It says that the property $logger is always LoggerInterface. This property might not be initialised, so we need to specify it in the phpdoc.
    varfrog authored Mar 2, 2021
    Copy the full SHA
    e6956f5 View commit details
  2. Merge pull request #73 from varfrog/patch-1

    Fix the phpdoc of LoggerAwareTrait::$logger
    Seldaek authored Mar 2, 2021
    Copy the full SHA
    a18c1e6 View commit details

Commits on May 2, 2021

  1. Copy the full SHA
    1ec9f7a View commit details

Commits on May 3, 2021

  1. Revert "Clarify type of 2nd argument context"

    This reverts commit 1ec9f7a
    Jeckerson committed May 3, 2021
    Copy the full SHA
    461c579 View commit details
  2. Copy the full SHA
    732030c View commit details
  3. Merge pull request #74 from Jeckerson/master

    Clarify type of 2nd argument `context`
    Seldaek authored May 3, 2021
    Copy the full SHA
    d49695b View commit details

Commits on Jun 4, 2021

  1. Remove outdated test files.

    Crell committed Jun 4, 2021
    Copy the full SHA
    8beb754 View commit details
  2. Copy the full SHA
    4165cf6 View commit details
  3. Add parameter types.

    Crell committed Jun 4, 2021
    Copy the full SHA
    ce57d91 View commit details

Commits on Jun 5, 2021

  1. Add property type.

    Crell committed Jun 5, 2021
    Copy the full SHA
    91ef215 View commit details
  2. Copy the full SHA
    957f465 View commit details

Commits on Jun 9, 2021

  1. Copy the full SHA
    41f7218 View commit details

Commits on Jul 14, 2021

  1. Merge pull request #76 from Crell/v2

    Update parameter and property types for version 2
    Crell authored Jul 14, 2021
    Copy the full SHA
    ef29f6d View commit details
  2. Add return types.

    Crell committed Jul 14, 2021
    Copy the full SHA
    4f25c9a View commit details
  3. Merge pull request #77 from Crell/v3

    Add return types for v3
    Crell authored Jul 14, 2021
    Copy the full SHA
    fe5ea30 View commit details

Commits on Mar 26, 2024

  1. Copy the full SHA
    33208d4 View commit details

Commits on Aug 21, 2024

  1. Merge pull request #80 from lyrixx/return

    Drop useless phpdoc, already covered by PHP
    Seldaek authored Aug 21, 2024
    Copy the full SHA
    79dff0b View commit details

Commits on Sep 9, 2024

  1. Restore a phpdoc

    v3.0.1 removed this line at 79dff0b#diff-ece1cc9e2cbefb0d1c511f88ab22703e9a402b9ca071df66704f1106c1433ad4L116 (in PR #80), however it isn't covered by a typehint so broke static analysis checks in consuming applications/packages using this interface
    phily245 authored Sep 9, 2024
    Copy the full SHA
    1a37735 View commit details

Commits on Sep 11, 2024

  1. Merge pull request #84 from phily245/log-level-return-type

    Restore a phpdoc
    Seldaek authored Sep 11, 2024
    Copy the full SHA
    f16e1d5 View commit details
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.gitattributes export-ignore
.gitignore export-ignore
128 changes: 0 additions & 128 deletions Psr/Log/AbstractLogger.php

This file was deleted.

144 changes: 0 additions & 144 deletions Psr/Log/Test/LoggerInterfaceTest.php

This file was deleted.

Loading