Skip to content

Commit c78f359

Browse files
committed
Adding more comments and naming functions in the debug strings
1 parent eed3468 commit c78f359

File tree

3 files changed

+146
-26
lines changed

3 files changed

+146
-26
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ composer.phar
22
composer.lock
33
.DS_Store
44
/vendor/
5+
.idea/*

example.php

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
// Note: if installing with composer you should require 'vendor/autoload.php' instead
34
include('src/IndieWeb/MentionClient.php');
45

0 commit comments

Comments
 (0)