Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.x] Types; no magic, final, strict_types; #190

Merged
merged 21 commits into from
Feb 19, 2024
Merged

[2.x] Types; no magic, final, strict_types; #190

merged 21 commits into from
Feb 19, 2024

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    4788c38 View commit details
    Browse the repository at this point in the history
  2. Fix styling

    lptn authored and github-actions[bot] committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    6c2d4ac View commit details
    Browse the repository at this point in the history
  3. Do not use PHP8.0 on CI

    alies-dev committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    edabd28 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #171 from spatie/strict-types

    Use native types, finalize classes, bump min PHP version to 8.1
    lptn authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    10a9d2f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Merge branch 'master' into 2.x

    # Conflicts:
    #	.github/workflows/psalm.yml
    #	.github/workflows/run-tests.yml
    #	composer.json
    #	psalm-baseline.xml
    #	psalm.xml
    #	src/Generators/BaseOutlook.php
    #	src/Generators/Ics.php
    #	src/Generators/WebOutlook.php
    #	src/Link.php
    #	tests/Generators/IcsGeneratorTest.php
    alies-dev committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b68a568 View commit details
    Browse the repository at this point in the history
  2. Use DateTimeImmutable

    alies-dev committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    18b27be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    464378f View commit details
    Browse the repository at this point in the history
  4. ICS: Remove outdated test

    alies-dev committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    5f02ce1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c489027 View commit details
    Browse the repository at this point in the history
  6. Fix PHPDoc

    alies-dev committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    70ffd79 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    181f6be View commit details
    Browse the repository at this point in the history
  8. Simplify type check

    alies-dev committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    44fb0c0 View commit details
    Browse the repository at this point in the history
  9. Privatize more methods

    alies-dev committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    1d7d300 View commit details
    Browse the repository at this point in the history
  10. Add missing strict_types

    alies-dev committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    3edd495 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #189 from spatie/privatize

    Privatize more methods and properties
    alies-dev authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d03792a View commit details
    Browse the repository at this point in the history
  12. Fix links to docs

    alies-dev committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    8feab6d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Merge branch 'master' into 2.x

    # Conflicts:
    #	psalm-baseline.xml
    #	src/Generators/BaseOutlook.php
    #	src/Generators/Google.php
    #	src/Generators/Ics.php
    #	src/Generators/Yahoo.php
    #	src/Link.php
    #	tests/TestCase.php
    alies-dev committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9aaca58 View commit details
    Browse the repository at this point in the history
  2. Use PSR12

    alies-dev committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    14bc6d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9524544 View commit details
    Browse the repository at this point in the history
  4. Apply coding style fixes

    alies-dev committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    72b8b85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bcaa09 View commit details
    Browse the repository at this point in the history