Skip to content

Commit

Permalink
Casting GithubCommitStatusId to string
Browse files Browse the repository at this point in the history
  • Loading branch information
msvrtan committed May 27, 2016
1 parent 982f849 commit e3e3305
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/DependencyInjection/Configuration.php
@@ -1,5 +1,6 @@
<?php

declare (strict_types = 1);
namespace DevBoardLib\GithubObjectApiFacadeBundle\DependencyInjection;

use Symfony\Component\Config\Definition\Builder\TreeBuilder;
Expand Down
@@ -1,5 +1,6 @@
<?php

declare (strict_types = 1);
namespace DevBoardLib\GithubObjectApiFacadeBundle\DependencyInjection;

use Symfony\Component\Config\FileLocator;
Expand Down
1 change: 1 addition & 0 deletions src/DevBoardLibGithubObjectApiFacadeBundle.php
@@ -1,5 +1,6 @@
<?php

declare (strict_types = 1);
namespace DevBoardLib\GithubObjectApiFacadeBundle;

use Symfony\Component\HttpKernel\Bundle\Bundle;
Expand Down

0 comments on commit e3e3305

Please sign in to comment.