Skip to content

Commit 3ef8591

Browse files
authored
Merge pull request #81 from cmdeviant/psr-0-autoloader-compat
Remove composer's deprecation psr-0 notice
2 parents 49f2549 + a5ea76e commit 3ef8591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Doctrine/Validator/Htmlcolor.php lib/Doctrine/Validator/HtmlColor.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* $Id: Htmlcolor.php 7490 2010-03-29 19:53:27Z jwage $
3+
* $Id: HtmlColor.php 7490 2010-03-29 19:53:27Z jwage $
44
*
55
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
66
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
@@ -48,4 +48,4 @@ public function validate($value)
4848
}
4949
return true;
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)