Skip to content

Commit

Permalink
Fixed GFM issues and added missing phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
benatespina committed Jun 26, 2017
1 parent 6dedc1f commit 66ef6eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
[![Latest Stable Version](https://poser.pugx.org/bengor-user/simple-bus-bridge-bundle/v/stable.svg)](https://packagist.org/packages/bengor-user/simple-bus-bridge-bundle/)
[![Latest Unstable Version](https://poser.pugx.org/bengor-user/simple-bus-bridge-bundle/v/unstable.svg)](https://packagist.org/packages/bengor-user/simple-bus-bridge-bundle/)

##Requirements
## Requirements
PHP >= 5.5</br>
Symfony >= 2.8

##Installation
## Installation
The easiest way to install this component is using [Composer][6]
```bash
$ composer require bengor-user/simple-bus-bridge-bundle
```

##Documentation
## Documentation
All the documentation is stored inside the [user bundle](https://github.com/BenGorUser/UserBundle/blob/master/docs/index.md).

##Tests
## Tests
This bundle is completely tested by **[PHPSpec][1], SpecBDD framework for PHP**.

Run the following command to launch tests:
```bash
$ vendor/bin/phpspec run -fpretty
```

##Contributing
## Contributing
If you have any doubt or maybe you want to share some opinion, you can use our **Gitter** chat.

[![Join the chat at https://gitter.im/BenGorUser/User](https://badges.gitter.im/BenGorUser/User.svg)](https://gitter.im/BenGorUser/User?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand All @@ -53,13 +53,13 @@ If you would like to contribute it is a good point to follow Symfony contributio
[Contributing Code][2] in the project documentation. If you are submitting a pull request, please follow the guidelines
in the [Submitting a Patch][3] section and use the [Pull Request Template][4].

##Credits
## Credits
This bundle is created by:
>
**@benatespina** - [benatespina@gmail.com](mailto:benatespina@gmail.com)<br>
**@gorkalaucirica** - [gorka.lauzirika@gmail.com](mailto:gorka.lauzirika@gmail.com)

##Licensing Options
## Licensing Options
[![License](https://poser.pugx.org/bengor-user/simple-bus-bridge-bundle/license.svg)](https://github.com/BenGorUser/SimpleBusBridgeBundle/blob/master/LICENSE)

[1]: http://www.phpspec.net/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public function process(ContainerBuilder $container)
*
* @param ContainerBuilder $container The container builder
* @param string $user The user name
* @param bool $isApi Flag that tells if it is api version or not
*/
private function commandBus(ContainerBuilder $container, $user, $isApi = false)
{
Expand Down

0 comments on commit 66ef6eb

Please sign in to comment.