Skip to content

Commit

Permalink
Merge pull request #30 from adriansuter/patch-version
Browse files Browse the repository at this point in the history
Fix docs.
  • Loading branch information
adriansuter authored Mar 2, 2022
2 parents acc121c + a69acec commit 8d97aae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
[![Total Downloads](https://poser.pugx.org/adriansuter/php-autoload-override/downloads)](https://packagist.org/packages/adriansuter/php-autoload-override)
[![License](https://poser.pugx.org/adriansuter/php-autoload-override/license)](https://packagist.org/packages/adriansuter/php-autoload-override)

This library allows to override fully qualified function calls inside your class methods in order to
This library allows overriding fully qualified function calls inside your class methods in order to
be able to mock them during testing.

**NOTE: The library can be used for other scenarios as well. But we recommend to use it for testing purposes
**NOTE: The library can be used for other scenarios as well. But we recommend using it for testing purposes
only.**

[PHP-Autoload-Override Website](https://adriansuter.github.io/php-autoload-override/)


## Requirements

- PHP 7.2 or later
- PHP 7.3 or later
- Composer with PSR-4 (PSR-0 is not supported)


Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
title: PHP Autoload Override
author: "Adrian Suter"
---
This library allows to override fully qualified function calls inside your class methods in order to
This library allows overriding fully qualified function calls inside your class methods in order to
be able to mock them during testing.

**NOTE: The library can be used for other scenarios as well. But we recommend to use it for testing purposes
**NOTE: The library can be used for other scenarios as well. But we recommend using it for testing purposes
only.**


# Requirements

- PHP 7.2 or later
- PHP 7.3 or later
- Composer with PSR-4 (PSR-0 is not supported)


Expand Down

0 comments on commit 8d97aae

Please sign in to comment.