Skip to content

Commit

Permalink
Merge a69acec into acc121c
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansuter committed Mar 2, 2022
2 parents acc121c + a69acec commit 2af5701
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
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
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 2af5701

Please sign in to comment.