Skip to content

Commit aa97efe

Browse files
authored
Apply code style fix (#13)
1 parent 8d9dbea commit aa97efe

65 files changed

Lines changed: 135 additions & 135 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Auth/Authentication.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU Affero General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU Affero General Public
18+
* License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/>.
2020
*/
2121

src/Auth/NullAuthentication.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU Affero General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU Affero General Public
18+
* License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/>.
2020
*/
2121

src/Contracts/Authentication.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU Affero General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU Affero General Public
18+
* License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/>.
2020
*/
2121

src/Contracts/FileReader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU Affero General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU Affero General Public
18+
* License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/>.
2020
*/
2121

src/Contracts/Model.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU Affero General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU Affero General Public
18+
* License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/>.
2020
*/
2121

src/Exception/DeserializationException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU Affero General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU Affero General Public
18+
* License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/>.
2020
*/
2121

src/Exception/ErrorResponseException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU Affero General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU Affero General Public
18+
* License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/>.
2020
*/
2121

src/Exception/GeoServerClientException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU Affero General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU Affero General Public
18+
* License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/>.
2020
*/
2121

src/Exception/SerializationException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU Affero General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU Affero General Public
18+
* License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/>.
2020
*/
2121

src/Exception/StoreNotFoundException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
* GNU General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU Affero General Public
18-
* License along with this program. If not, see
17+
* You should have received a copy of the GNU Affero General Public
18+
* License along with this program. If not, see
1919
* <http://www.gnu.org/licenses/>.
2020
*/
2121

0 commit comments

Comments
 (0)